Do not require any exception support library.
This commit is contained in:
parent
92714f9468
commit
22a517d05e
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue