diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-12-30 16:53:31 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2003-12-30 16:53:31 +0000 |
commit | da04927b0a3794178ea0bd5f63396c38a18b798c (patch) | |
tree | 6dd97ed4c607b6fe4fa9aa8e5660aadd7ed5ac0f /ld/testsuite/ld-srec | |
parent | 40a7debcab36f2181ba00919a961246d691a2215 (diff) | |
download | binutils-gdb-da04927b0a3794178ea0bd5f63396c38a18b798c.tar.gz |
* ld-srec/srec.exp (run_srec_test): Remove -fgnu-linker, since GCC
3.4 does not support it.
Diffstat (limited to 'ld/testsuite/ld-srec')
-rw-r--r-- | ld/testsuite/ld-srec/srec.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index 4fa94b5d7ee..ee6ec418f03 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -403,7 +403,7 @@ if { [which $CXX] == 0 } { return } -if ![ld_compile "$CXX $CXXFLAGS -fgnu-linker -fno-exceptions" $srcdir/$subdir/sr3.cc tmpdir/sr3.o] { +if ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/sr3.cc tmpdir/sr3.o] { unresolved $test2 return } |