diff options
author | Andreas Jaeger <aj@suse.de> | 2003-05-13 12:09:10 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-05-13 12:09:10 +0000 |
commit | 5481b376b702fbacbb9934783fd4a9603fb59d8a (patch) | |
tree | da7c08b96b4d1f99edaa069c0fd228443792a03a /config.sub | |
parent | 59758b1cc8ac1d2991d225a2cbb4cb950f891eb9 (diff) | |
download | gdb-5481b376b702fbacbb9934783fd4a9603fb59d8a.zip gdb-5481b376b702fbacbb9934783fd4a9603fb59d8a.tar.gz gdb-5481b376b702fbacbb9934783fd4a9603fb59d8a.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.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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*) |