From: Kevin Buettner Date: Mon, 29 Jul 2002 23:35:56 +0000 (+0000) Subject: * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28f4966bbb877f73443df7b777075fbbc4ddfa0d;p=binutils-gdb.git * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing source files. The ``-o'' option doesn't work with the ``-E'' option when using the Irix compiler. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1aa32027159..77be95732cb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2002-07-29 Kevin Buettner + + * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing + source files. The ``-o'' option doesn't work with the ``-E'' option + when using the Irix compiler. + 2002-07-19 Daniel Jacobowitz * config/gdbserver.exp (gdb_load): Don't use TCL varargs. diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 8d666f936ef..471d08e24a7 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -959,7 +959,7 @@ proc get_compiler_info {binfile args} { global signed_keyword_not_used global gcc_compiled - if {![istarget "hppa*-*-hpux*"]} { + if {![istarget "hppa*-*-hpux*"] && ![istarget "mips*-*-irix*"]} { if { [llength $args] > 0 } { if {$args == "c++"} { if { [gdb_compile "${srcdir}/lib/compiler.cc" "${binfile}.ci" preprocess {}] != "" } {