summaryrefslogtreecommitdiff
path: root/Master/config.sub
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-18 09:14:26 +0000
committerKarl Berry <karl@freefriends.org>2007-01-18 09:14:26 +0000
commitbf158d3736a798e7dc11296439cc55dac6472a4e (patch)
treee626ad3d54359d3d132d946c905a64fa75ede002 /Master/config.sub
parent034fe81563cbf02cc6bf66f15e626cb776673fd6 (diff)
/home/texlive/karl/Build/tools/update-auto
git-svn-id: svn://tug.org/texlive/trunk@3564 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/config.sub')
-rwxr-xr-xMaster/config.sub7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/config.sub b/Master/config.sub
index 1d9fecf3395..5defff65a6e 100755
--- a/Master/config.sub
+++ b/Master/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2007-01-04'
+timestamp='2007-01-18'
# This file is (in principle) common to ALL 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 \
| ip2k | iq2000 \
| m32c | m32r | m32rle | m68000 | m68k | m88k \
- | maxq | mb | microblaze | mcore \
+ | maxq | mb | microblaze | mcore | mep \
| mips | mipsbe | mipseb | mipsel | mipsle \
| mips16 \
| mips64 | mips64el \
@@ -1417,6 +1417,9 @@ case $basic_machine in
m68*-cisco)
os=-aout
;;
+ mep-*)
+ os=-elf
+ ;;
mips*-cisco)
os=-elf
;;