From: André Malo Date: Sat, 28 Feb 2004 21:23:22 +0000 (+0000) Subject: sync with apr X-Git-Tag: 2.0.49~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ace684bb6546f8856edc98ddde8868b4fda2dd1;p=thirdparty%2Fapache%2Fhttpd.git sync with apr git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102807 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/config.sub b/build/config.sub index 043d45b3982..c8e1f51bdba 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