diff options
author | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2004-02-26 21:21:47 +0000 |
---|---|---|
committer | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2004-02-26 21:21:47 +0000 |
commit | d46c9c487c7510b2f9be9b7cba2d1d5215d3bba8 (patch) | |
tree | e7e67dcec5d387fd9f07467c147275b232ed021a /build | |
parent | b9973c73a7fd32c9728ea786ee9a6a06eb254596 (diff) | |
download | libapr-d46c9c487c7510b2f9be9b7cba2d1d5215d3bba8.tar.gz |
* build/config.sub: Add the amd64 machine type for the FreeBSD x86_64
port.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@64922 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rwxr-xr-x | build/config.sub | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/build/config.sub b/build/config.sub index 043d45b39..c8e1f51bd 100755 --- a/build/config.sub +++ b/build/config.sub @@ -1,7 +1,7 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2004 Free Software Foundation, Inc. timestamp='2002-03-07' @@ -369,6 +369,12 @@ case $basic_machine in basic_machine=a29k-none os=-bsd ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; amdahl) basic_machine=580-amdahl os=-sysv |