mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-17 05:36:12 +08:00
* config/default.exp: Set NM to nm-new, not nm.new, to match
recent change in binutils build directory.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Tue Aug 5 12:33:23 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* config/default.exp: Set NM to nm-new, not nm.new, to match
|
||||||
|
recent change in binutils build directory.
|
||||||
|
|
||||||
start-sanitize-v850
|
start-sanitize-v850
|
||||||
Thu Jul 31 15:21:51 1997 Jeffrey A Law (law@cygnus.com)
|
Thu Jul 31 15:21:51 1997 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
@ -25,4 +25,22 @@ if ![info exists OBJDUMPFLAGS] then {
|
|||||||
set OBJDUMPFLAGS {}
|
set OBJDUMPFLAGS {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ![info exists NM] then {
|
||||||
|
set NM [findfile $base_dir/../../binutils/nm-new \
|
||||||
|
$base_dir/../../binutils/nm-new \
|
||||||
|
[transform nm]]
|
||||||
|
}
|
||||||
|
|
||||||
|
if ![info exists NMFLAGS] then {
|
||||||
|
set NMFLAGS {}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ![info exists OBJCOPY] then {
|
||||||
|
set OBJCOPY [findfile $base_dir/../../binutils/objcopy]
|
||||||
|
}
|
||||||
|
|
||||||
|
if ![info exists OBJCOPYFLAGS] then {
|
||||||
|
set OBJCOPYFLAGS {}
|
||||||
|
}
|
||||||
|
|
||||||
gas_init
|
gas_init
|
||||||
|
Reference in New Issue
Block a user