diff options
author | cvs2svn <> | 2003-05-21 09:48:08 +0000 |
---|---|---|
committer | cvs2svn <> | 2003-05-21 09:48:08 +0000 |
commit | c4665ff76b95cf10bf046e46038626639b2e2b12 (patch) | |
tree | 35613a5dcd4cf37a68c66e9d4a1567175a7866a9 /config.sub | |
parent | 78a97d37bbe1abae26cc68ad87c93e80a69b08df (diff) | |
download | newlib-github/cagney_fileio-20030521-branch.zip newlib-github/cagney_fileio-20030521-branch.tar.gz newlib-github/cagney_fileio-20030521-branch.tar.bz2 |
This commit was manufactured by cvs2svn to create branchcagney_fileio-20030521-branchpointgithub/cagney_fileio-20030521-branchcagney_fileio-20030521-branch
'cagney_fileio-20030521-branch'.
Sprout from jimb-ppc64-linux-20030509-branch 2003-05-09 11:36:10 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'jimb-'
Cherrypick from master 2003-05-21 09:48:07 UTC Maciej W. Rozycki <macro@codesourcery.com> '2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>':
ChangeLog
Makefile.in
Makefile.tpl
config.guess
config.sub
config/ChangeLog
config/acinclude.m4
config/acx.m4
configure
configure.in
etc/ChangeLog
etc/configure.texi
include/ChangeLog
include/bfdlink.h
include/elf/ChangeLog
include/elf/common.h
include/elf/external.h
include/elf/h8.h
include/elf/internal.h
include/libiberty.h
include/opcode/ChangeLog
include/opcode/i860.h
include/opcode/m68hc11.h
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*) |