aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-05-15 19:21:47 +0000
committerDaniel Jacobowitz <drow@false.org>2003-05-15 19:21:47 +0000
commit9976718e295c4a2af2624833108dbaa2c9aff35a (patch)
tree203ab235b0f2a18e63e24cfa387eb0dda837d292 /config.sub
parent044c23e7eb89308c2d2334f6e100428052b49ab8 (diff)
downloadgdb-9976718e295c4a2af2624833108dbaa2c9aff35a.zip
gdb-9976718e295c4a2af2624833108dbaa2c9aff35a.tar.gz
gdb-9976718e295c4a2af2624833108dbaa2c9aff35a.tar.bz2
2003-05-13 Andreas Jaeger <aj@suse.de>
* config.guess: Update to 2003-05-09 version. * config.sub: Update to 2003-05-09 version. 2003-05-13 Michael Eager <eager@mvista.com> * configure.in: Correct sed script so that options in quotes are not deleted. * configure: Rebuild.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 5f94062..fe4f1ed 100755
--- a/config.sub
+++ b/config.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-03'
+timestamp='2003-05-09'
# 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
@@ -1128,7 +1131,7 @@ case $os in
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
- | -powermax* | -dnix* | -microbsd*)
+ | -powermax* | -dnix*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)