Tue Apr 26 18:10:40 1994 Stan Shebs (shebs@andros.cygnus.com)
authorStan Shebs <shebs@codesourcery.com>
Wed, 27 Apr 1994 01:17:25 +0000 (01:17 +0000)
committerStan Shebs <shebs@codesourcery.com>
Wed, 27 Apr 1994 01:17:25 +0000 (01:17 +0000)
* mpw-xconfig.in (archname): Only set ARCH_mips if targeting Mips.

binutils/ChangeLog.gm
binutils/mpw-xconfig.in

index e9d6e736d99f0dac8ef480947c81b57fa15adae8..5e6440371a200de2241fe7b7dd81a17fdccd0e87 100644 (file)
@@ -1,3 +1,7 @@
+Tue Apr 26 18:10:40 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * mpw-xconfig.in (archname): Only set ARCH_mips if targeting Mips.
+
 Sat Feb 26 13:27:07 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
        * mpw-xconfig.in: New file, GM-specific configuration fragment.
index c285184f660f241c1f6ddc378632e6d7e10e46e7..ad90f48ffe18200e7d3996e55adbd2f47a4604a6 100644 (file)
@@ -1,3 +1,6 @@
 # Extra configuration fragment for binutils.
 
-Set archname ARCH_mips
+If "{target_canonical}" =~ /mips-idt-ecoff/
+       Set archname ARCH_mips
+End If
+