mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 17:04:02 +08:00
PR 47.
* ld-cdtest/cdtest.exp: Remove -fgnu-linker.
This commit is contained in:
parent
76cb62b003
commit
8bfaaee75b
@ -1,3 +1,8 @@
|
|||||||
|
2004-04-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
PR 47.
|
||||||
|
* ld-cdtest/cdtest.exp: Remove -fgnu-linker.
|
||||||
|
|
||||||
2004-04-08 Alan Modra <amodra@bigpond.net.au>
|
2004-04-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ld-scripts/align.exp: Don't run on aix.
|
* ld-scripts/align.exp: Don't run on aix.
|
||||||
|
@ -35,9 +35,9 @@ if { [which $CXX] == 0 } {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if { ![ld_compile "$CXX $CXXFLAGS -fgnu-linker -fno-exceptions" $srcdir/$subdir/cdtest-foo.cc tmpdir/cdtest-foo.o]
|
if { ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-foo.cc tmpdir/cdtest-foo.o]
|
||||||
|| ![ld_compile "$CXX $CXXFLAGS -fgnu-linker -fno-exceptions" $srcdir/$subdir/cdtest-bar.cc tmpdir/cdtest-bar.o]
|
|| ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-bar.cc tmpdir/cdtest-bar.o]
|
||||||
|| ![ld_compile "$CXX $CXXFLAGS -fgnu-linker -fno-exceptions" $srcdir/$subdir/cdtest-main.cc tmpdir/cdtest-main.o] } {
|
|| ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-main.cc tmpdir/cdtest-main.o] } {
|
||||||
unresolved $test1
|
unresolved $test1
|
||||||
unresolved $test2
|
unresolved $test2
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user