You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/02/26 22:21:47 UTC

cvs commit: apr/build config.sub

jorton      2004/02/26 13:21:47

  Modified:    build    Tag: APR_0_9_BRANCH config.sub
  Log:
  * build/config.sub: Add the amd64 machine type for the FreeBSD x86_64
  port.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.6.2.1   +7 -1      apr/build/config.sub
  
  Index: config.sub
  ===================================================================
  RCS file: /home/cvs/apr/build/config.sub,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -w -d -u -r1.6 -r1.6.2.1
  --- config.sub	16 Apr 2002 08:49:03 -0000	1.6
  +++ config.sub	26 Feb 2004 21:21:47 -0000	1.6.2.1
  @@ -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