mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* testsuite/config-sub.data: Add MeP test cases.
From Dave Brolley <brolley@redhat.com> 2001-03-19 Ben Elliston <bje@redhat.com> * config.sub (mep, mep-*): Add.
This commit is contained in:
parent
dbe9a03d53
commit
d234fa051e
@ -1,3 +1,12 @@
|
|||||||
|
2007-01-18 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* testsuite/config-sub.data: Add MeP test cases.
|
||||||
|
|
||||||
|
From Dave Brolley <brolley@redhat.com>
|
||||||
|
2001-03-19 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* config.sub (mep, mep-*): Add.
|
||||||
|
|
||||||
2007-01-15 Ben Elliston <bje@gnu.org>
|
2007-01-15 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.guess (SX-8R:SUPER-UX:*:*): New.
|
* config.guess (SX-8R:SUPER-UX:*:*): New.
|
||||||
|
7
config.sub
vendored
7
config.sub
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||||
# Inc.
|
# Inc.
|
||||||
|
|
||||||
timestamp='2007-01-04'
|
timestamp='2007-01-18'
|
||||||
|
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME GNU software
|
# The presence of a machine in this file suggests that SOME GNU software
|
||||||
@ -250,7 +250,7 @@ case $basic_machine in
|
|||||||
| i370 | i860 | i960 | ia64 \
|
| i370 | i860 | i960 | ia64 \
|
||||||
| ip2k | iq2000 \
|
| ip2k | iq2000 \
|
||||||
| m32c | m32r | m32rle | m68000 | m68k | m88k \
|
| m32c | m32r | m32rle | m68000 | m68k | m88k \
|
||||||
| maxq | mb | microblaze | mcore \
|
| maxq | mb | microblaze | mcore | mep \
|
||||||
| mips | mipsbe | mipseb | mipsel | mipsle \
|
| mips | mipsbe | mipseb | mipsel | mipsle \
|
||||||
| mips16 \
|
| mips16 \
|
||||||
| mips64 | mips64el \
|
| mips64 | mips64el \
|
||||||
@ -1417,6 +1417,9 @@ case $basic_machine in
|
|||||||
m68*-cisco)
|
m68*-cisco)
|
||||||
os=-aout
|
os=-aout
|
||||||
;;
|
;;
|
||||||
|
mep-*)
|
||||||
|
os=-elf
|
||||||
|
;;
|
||||||
mips*-cisco)
|
mips*-cisco)
|
||||||
os=-elf
|
os=-elf
|
||||||
;;
|
;;
|
||||||
|
@ -110,3 +110,5 @@ fido fido-unknown-none
|
|||||||
xtensa-elf xtensa-unknown-elf
|
xtensa-elf xtensa-unknown-elf
|
||||||
xtensa-linux xtensa-unknown-linux-gnu
|
xtensa-linux xtensa-unknown-linux-gnu
|
||||||
i386-drops1.0 i386-pc-drops1.0
|
i386-drops1.0 i386-pc-drops1.0
|
||||||
|
mep mep-unknown-elf
|
||||||
|
mep-elf mep-unknown-elf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user