diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-04-27 01:17:25 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-04-27 01:17:25 +0000 |
commit | 89451c928b014c45f58f4494ff347fa4cee1eb4a (patch) | |
tree | 070f0bcd60bd6ab11caa6af3b42ff4a097e4159a /binutils | |
parent | 939baabee2329b56de4a0c44c8030a9c9f57841e (diff) | |
download | gdb-89451c928b014c45f58f4494ff347fa4cee1eb4a.zip gdb-89451c928b014c45f58f4494ff347fa4cee1eb4a.tar.gz gdb-89451c928b014c45f58f4494ff347fa4cee1eb4a.tar.bz2 |
Tue Apr 26 18:10:40 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-xconfig.in (archname): Only set ARCH_mips if targeting Mips.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog.gm | 4 | ||||
-rw-r--r-- | binutils/mpw-xconfig.in | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/binutils/ChangeLog.gm b/binutils/ChangeLog.gm index e9d6e73..5e64403 100644 --- a/binutils/ChangeLog.gm +++ b/binutils/ChangeLog.gm @@ -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. diff --git a/binutils/mpw-xconfig.in b/binutils/mpw-xconfig.in index c285184..ad90f48 100644 --- a/binutils/mpw-xconfig.in +++ b/binutils/mpw-xconfig.in @@ -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 + |