mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
* ld-srec/srec.exp (run_srec_test): Remove -fgnu-linker, since GCC
3.4 does not support it.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-12-30 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
|
* ld-srec/srec.exp (run_srec_test): Remove -fgnu-linker, since GCC
|
||||||
|
3.4 does not support it.
|
||||||
|
|
||||||
2003-12-18 Richard Sandiford <rsandifo@redhat.com>
|
2003-12-18 Richard Sandiford <rsandifo@redhat.com>
|
||||||
|
|
||||||
* ld-mips-elf/reloc-1[ab].s: New source files.
|
* ld-mips-elf/reloc-1[ab].s: New source files.
|
||||||
|
@ -403,7 +403,7 @@ if { [which $CXX] == 0 } {
|
|||||||
return
|
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
|
unresolved $test2
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user