mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* lib/ld-lib.exp (check_gc_sections_available): Return 0 for
*-*-mingw*.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2009-02-06 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* lib/ld-lib.exp (check_gc_sections_available): Return 0 for
|
||||
*-*-mingw*.
|
||||
|
||||
2009-02-05 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
|
||||
|
@ -1592,7 +1592,8 @@ proc check_gc_sections_available { } {
|
||||
# advertised by ld's options.
|
||||
if { [istarget alpha*-*-*]
|
||||
|| [istarget mep-*-*]
|
||||
|| [istarget ia64-*-*] } {
|
||||
|| [istarget ia64-*-*]
|
||||
|| [istarget *-*-mingw*] } {
|
||||
set gc_sections_available_saved 0
|
||||
return 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user