diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-01 14:26:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-01 14:26:18 +0000 |
commit | 22a517d05e4ed2e29fb56b70599c7d9c3ac86c4e (patch) | |
tree | 87363608d7f6cce1253d325430d0e724ab4c025a /ld/testsuite/ld-srec | |
parent | 92714f94683395f104b0262ccc2aa5381fc27d70 (diff) | |
download | gdb-22a517d05e4ed2e29fb56b70599c7d9c3ac86c4e.zip gdb-22a517d05e4ed2e29fb56b70599c7d9c3ac86c4e.tar.gz gdb-22a517d05e4ed2e29fb56b70599c7d9c3ac86c4e.tar.bz2 |
Do not require any exception support library.
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 75eb304..5878199 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -387,7 +387,7 @@ if { [which $CXX] == 0 } { return } -if ![ld_compile "$CXX $CXXFLAGS -fgnu-linker" $srcdir/$subdir/sr3.cc tmpdir/sr3.o] { +if ![ld_compile "$CXX $CXXFLAGS -fgnu-linker -fno-exceptions" $srcdir/$subdir/sr3.cc tmpdir/sr3.o] { unresolved $test2 return } |