* config/unix.exp: If nm.new does not exist, use [transform nm].

* config/default.exp: Likewise.
This commit is contained in:
Ian Lance Taylor
1994-09-02 16:55:54 +00:00
parent 6a2eecace5
commit 9b6cf6b6b1
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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 {