summaryrefslogtreecommitdiff
path: root/configfsf.sub
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-06-06 23:24:54 +0200
committerKevin Ryde <user42@zip.com.au>2003-06-06 23:24:54 +0200
commit7a6a4a3fd02ca08199ef4eaf121c5b248049555b (patch)
tree0e795e47106186d682e4051df2bab4b9b176f4e1 /configfsf.sub
parentaad3c407f46ae8a1541a3b889c0058c854a89c75 (diff)
downloadgmp-7a6a4a3fd02ca08199ef4eaf121c5b248049555b.tar.gz
* configfsf.guess, configfsf.sub: Update to 2003-06-06.
Diffstat (limited to 'configfsf.sub')
-rwxr-xr-xconfigfsf.sub17
1 files changed, 13 insertions, 4 deletions
diff --git a/configfsf.sub b/configfsf.sub
index 9772e87d2..97e405bac 100755
--- a/configfsf.sub
+++ b/configfsf.sub
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
-timestamp='2003-02-22'
+timestamp='2003-06-06'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -373,6 +373,9 @@ case $basic_machine in
basic_machine=a29k-none
os=-bsd
;;
+ amd64)
+ basic_machine=x86_64-pc
+ ;;
amdahl)
basic_machine=580-amdahl
os=-sysv
@@ -768,18 +771,24 @@ case $basic_machine in
pentiumpro | p6 | 6x86 | athlon | athlon_*)
basic_machine=i686-pc
;;
- pentiumii | pentium2)
+ pentiumii | pentium2 | pentiumiii | pentium3)
basic_machine=i686-pc
;;
+ pentium4)
+ basic_machine=i786-pc
+ ;;
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
pentiumpro-* | p6-* | 6x86-* | athlon-*)
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
- pentiumii-* | pentium2-*)
+ pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
+ pentium4-*)
+ basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
+ ;;
pn)
basic_machine=pn-gould
;;
@@ -1128,7 +1137,7 @@ case $os in
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
- | -powermax* | -dnix*)
+ | -powermax* | -dnix* | -nx6 | -nx7)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)