diff options
author | Bill Cox <bill@cygnus> | 1994-05-21 17:24:22 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1994-05-21 17:24:22 +0000 |
commit | 90fba5fa0f58e5c439414041a1679166b0eb2efe (patch) | |
tree | d93f8d8689f322c882b156dcb2f422e4697ceb92 /gdb/testsuite/Makefile.in | |
parent | a193acc0cc7d1100d100cff350195ee9a05472d4 (diff) | |
download | gdb-90fba5fa0f58e5c439414041a1679166b0eb2efe.zip gdb-90fba5fa0f58e5c439414041a1679166b0eb2efe.tar.gz gdb-90fba5fa0f58e5c439414041a1679166b0eb2efe.tar.bz2 |
* Revert the previous changes. Please see Rob's directory
/lisa/test/rob/progressive/gdb/testsuite for these fixes.
Diffstat (limited to 'gdb/testsuite/Makefile.in')
-rw-r--r-- | gdb/testsuite/Makefile.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index fae95a4..41d4035 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -164,7 +164,6 @@ TARGET_FLAGS_TO_PASS = \ "INSTALL_DATA=$(INSTALL_DATA)" \ "LDFLAGS=$(LDFLAGS)" \ "LIBS=$(LIBS)" \ - "EXPECT=${EXPECT}" \ "RUNTEST=$(RUNTEST)" \ "RUNTESTFLAGS=$(RUNTESTFLAGS)" \ "BISON=$(BISON)" @@ -190,9 +189,18 @@ site.exp: ./config.status Makefile @echo "# Do not edit here. If you wish to override these values" >> ./tmp0 @echo "# add them to the last section" >> ./tmp0 @echo "set GDBFLAGS \"${GDBFLAGS}\"" >> ./tmp0 + @echo "set host_os ${host_os}" >> ./tmp0 + @echo "set host_alias ${host_alias}" >> ./tmp0 + @echo "set host_cpu ${host_cpu}" >> ./tmp0 + @echo "set host_vendor ${host_vendor}" >> ./tmp0 + @echo "set target_os ${target_os}" >> ./tmp0 + @echo "set target_alias ${target_alias}" >> ./tmp0 + @echo "set target_cpu ${target_cpu}" >> ./tmp0 + @echo "set target_vendor ${target_vendor}" >> ./tmp0 @echo "set host_triplet ${host_canonical}" >> ./tmp0 @echo "set target_triplet ${target_canonical}" >> ./tmp0 @echo "set srcdir ${srcdir}" >> ./tmp0 + @echo "set objdir `pwd`" >> ./tmp0 @echo "set tool gdb" >> ./tmp0 @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0 @cat ./tmp0 > site.exp |