forked from Imagelibrary/binutils-gdb
* config/unix.exp: If nm.new does not exist, use [transform nm].
* config/default.exp: Likewise.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Fri Sep 2 12:53:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||
|
||||
* config/unix.exp: If nm.new does not exist, use [transform nm].
|
||||
* config/default.exp: Likewise.
|
||||
|
||||
Wed Aug 24 12:41:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||
|
||||
* configure.in, binutils.all/configure.in: Change i386 to
|
||||
|
||||
@@ -23,7 +23,7 @@ load_lib util-defs.exp
|
||||
|
||||
global NM
|
||||
if ![info exists NM] then {
|
||||
set NM [findfile $base_dir/../nm.new]
|
||||
set NM [findfile $base_dir/../nm.new $base_dir/../nm.new [transform nm]]
|
||||
}
|
||||
global NMFLAGS
|
||||
if ![info exists NMFLAGS] then {
|
||||
|
||||
Reference in New Issue
Block a user