From 355e65f43abeb7ca3b08ecb80abc791be077ad39 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 9 May 2003 11:38:55 +0000 Subject: [PATCH] * catch up on backlog! 2003-05-09 Andreas Jaeger * config.sub (maybe_os): Add alias amd64 for x86_64. 2003-05-09 Ben Elliston From Robert Millan * config.guess (*:GNU/FreeBSD:*:*): Handle. --- ChangeLog | 9 +++++++++ config.guess | 4 ++-- config.sub | 5 ++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7497233..5d3c89c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-05-09 Andreas Jaeger + + * config.sub (maybe_os): Add alias amd64 for x86_64. + +2003-05-09 Ben Elliston + + From Robert Millan + * config.guess (*:GNU/FreeBSD:*:*): Handle. + 2003-02-22 Ben Elliston Revert the following due to the demise of MicroBSD: diff --git a/config.guess b/config.guess index cc726cd..b1b3974 100755 --- a/config.guess +++ b/config.guess @@ -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-05-09' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -744,7 +744,7 @@ EOF *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit 0 ;; - *:FreeBSD:*:*) + *:FreeBSD:*:*|*:GNU/FreeBSD:*:*) # Determine whether the default compiler uses glibc. eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c diff --git a/config.sub b/config.sub index 9772e87..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-22' +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