Do not require any exception support library.

This commit is contained in:
Nick Clifton 2001-08-01 14:26:18 +00:00
parent 92714f9468
commit 22a517d05e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-08-01 Loren J. Rittle <ljrittle@acm.org>
* ld-srec/srec.exp: Do not require any exception support
library.
2001-07-27 H.J. Lu <hjl@gnu.org>
* ld-selective/selective.exp: Fix the error in the last change.

View File

@ -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
}