mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-28 13:26:30 +00:00
* config/default.exp (gcc_gas_flag, dlltool_gas_flag): Define to
empty for testing an installed toolchain.
This commit is contained in:
parent
3276085244
commit
b67ce46f15
@ -1,3 +1,8 @@
|
||||
2008-02-26 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/default.exp (gcc_gas_flag, dlltool_gas_flag): Define to
|
||||
empty for testing an installed toolchain.
|
||||
|
||||
2008-02-04 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* binutils-all/objdump.exp (cpus_expected): Add xtensa.
|
||||
|
@ -94,8 +94,14 @@ if {[file isfile ld/ld-new[exe_ext]]} then {
|
||||
} else {
|
||||
link_or_copy ld/ld-new ld[exe_ext]
|
||||
}
|
||||
set gcc_gas_flag "-B[pwd]/tmpdir/gas/"
|
||||
set dlltool_gas_flag "-S [pwd]/tmpdir/gas/as[exe_ext]"
|
||||
if {[file isfile tmpdir/gas/as[exe_ext]]} then {
|
||||
set gcc_gas_flag "-B[pwd]/tmpdir/gas/"
|
||||
set dlltool_gas_flag "-S [pwd]/tmpdir/gas/as[exe_ext]"
|
||||
} else {
|
||||
# Testing an installed toolchain.
|
||||
set gcc_gas_flag ""
|
||||
set dlltool_gas_flag ""
|
||||
}
|
||||
|
||||
#
|
||||
# binutils_run
|
||||
|
Loading…
x
Reference in New Issue
Block a user