Fix --enable-libctf and --disable-static
[deliverable/binutils-gdb.git] / gdb / testsuite / Makefile.in
index dbe95b3491571a7e415d4d84aa9d4d1235ae38ff..61209d881c160ed944b2bbaa40f3dcd9a0558cc0 100644 (file)
@@ -28,6 +28,7 @@ program_transform_name = @program_transform_name@
 build_canonical = @build@
 host_canonical = @host@
 target_canonical = @target@
+enable_libctf = @enable_libctf@
 
 SHELL = @SHELL@
 EXEEXT = @EXEEXT@
@@ -131,6 +132,7 @@ $(abs_builddir)/site.exp site.exp: ./config.status Makefile
        @echo "set build_triplet ${build_canonical}" >> ./tmp0
        @echo "set srcdir ${abs_srcdir}" >> ./tmp0
        @echo "set tool gdb" >> ./tmp0
+       @echo "set enable_libctf ${enable_libctf}" >> ./tmp0
        @echo 'source $${srcdir}/lib/append_gdb_boards_dir.exp' >> ./tmp0
        @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
                @cat ./tmp0 > site.exp
This page took 0.023119 seconds and 4 git commands to generate.