diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-02-26 21:42:08 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-02-26 21:42:08 +0000 |
commit | a284b7fcc058682cac88883817eb81c6cba1ee21 (patch) | |
tree | 69320169f38c51c8e1bc015746aa364dfc48f994 /binutils | |
parent | 6cc30a1194c26d2bd7bea8b5a578c4c824feedcd (diff) | |
download | gdb-a284b7fcc058682cac88883817eb81c6cba1ee21.zip gdb-a284b7fcc058682cac88883817eb81c6cba1ee21.tar.gz gdb-a284b7fcc058682cac88883817eb81c6cba1ee21.tar.bz2 |
Set archdefs manually.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog.gm | 5 | ||||
-rw-r--r-- | binutils/mpw-xconfig.in | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog.gm b/binutils/ChangeLog.gm new file mode 100644 index 0000000..e9d6e73 --- /dev/null +++ b/binutils/ChangeLog.gm @@ -0,0 +1,5 @@ +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 new file mode 100644 index 0000000..c285184 --- /dev/null +++ b/binutils/mpw-xconfig.in @@ -0,0 +1,3 @@ +# Extra configuration fragment for binutils. + +Set archname ARCH_mips |