]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
sync with apr
authorAndré Malo <nd@apache.org>
Sat, 28 Feb 2004 21:23:22 +0000 (21:23 +0000)
committerAndré Malo <nd@apache.org>
Sat, 28 Feb 2004 21:23:22 +0000 (21:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102807 13f79535-47bb-0310-9956-ffa450edef68

build/config.sub

index 043d45b39821ab8974c3ad07896da20e4dfa4116..c8e1f51bdbaf894cce6451591dc0714ff0ca3806 100755 (executable)
@@ -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