* config/default.exp: Likewise.
+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
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 {