mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
mingw and cygwin targets.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
* lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
|
||||
mingw and cygwin targets.
|
||||
|
||||
2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
|
@ -1731,6 +1731,9 @@ proc gdb_compile {source dest type options} {
|
||||
lappend options "additional_flags=-L${outdir}"
|
||||
} elseif { [istarget "mips-sgi-irix*"] } {
|
||||
lappend options "additional_flags=-rpath ${outdir}"
|
||||
} elseif { ([istarget "*-*-mingw*"]
|
||||
|| [istarget *-*-cygwin*]) } {
|
||||
lappend new_options "additional_flags=-Wl,--enable-auto-import"
|
||||
}
|
||||
}
|
||||
} elseif { $opt == "shlib_load" } {
|
||||
|
Reference in New Issue
Block a user