You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/02/28 22:23:22 UTC

cvs commit: httpd-2.0/build config.sub

nd          2004/02/28 13:23:22

  Modified:    build    Tag: APACHE_2_0_BRANCH config.sub
  Log:
  sync with apr
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +7 -1      httpd-2.0/build/config.sub
  
  Index: config.sub
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/config.sub,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -u -r1.1.2.1 -r1.1.2.2
  --- config.sub	29 Nov 2002 11:05:58 -0000	1.1.2.1
  +++ config.sub	28 Feb 2004 21:23:22 -0000	1.1.2.2
  @@ -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'
   
  @@ -368,6 +368,12 @@
   	am29k)
   		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