summaryrefslogtreecommitdiff
path: root/Build/source/utils/t1utils
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-20 01:40:37 +0000
committerKarl Berry <karl@freefriends.org>2009-04-20 01:40:37 +0000
commitb02895fc3c697838ad87f0d914e805e1c9880596 (patch)
tree57b6a166d164efb9116d158ddbc0a3f992375030 /Build/source/utils/t1utils
parentb0fccf6c6979424600f7fb9e308c46ddabb40868 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@12756 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/t1utils')
-rwxr-xr-xBuild/source/utils/t1utils/config.guess7
-rwxr-xr-xBuild/source/utils/t1utils/config.sub3
2 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/utils/t1utils/config.guess b/Build/source/utils/t1utils/config.guess
index e5716eea733..3eda297e705 100755
--- a/Build/source/utils/t1utils/config.guess
+++ b/Build/source/utils/t1utils/config.guess
@@ -1115,8 +1115,11 @@ EOF
pc:*:*:*)
# Left here for compatibility:
# uname -m prints for DJGPP always 'pc', but it prints nothing about
- # the processor, so we play safe by assuming i386.
- echo i386-pc-msdosdjgpp
+ # the processor, so we play safe by assuming i586.
+ # Note: whatever this is, it MUST be the same as what config.sub
+ # prints for the "djgpp" host, or else GDB configury will decide that
+ # this is a cross-build.
+ echo i586-pc-msdosdjgpp
exit ;;
Intel:Mach:3*:*)
echo i386-pc-mach3
diff --git a/Build/source/utils/t1utils/config.sub b/Build/source/utils/t1utils/config.sub
index d546a94b951..a39437d0158 100755
--- a/Build/source/utils/t1utils/config.sub
+++ b/Build/source/utils/t1utils/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2009-02-03'
+timestamp='2009-04-17'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -272,6 +272,7 @@ case $basic_machine in
| mipsisa64sr71k | mipsisa64sr71kel \
| mipstx39 | mipstx39el \
| mn10200 | mn10300 \
+ | moxie \
| mt \
| msp430 \
| nios | nios2 \