Subject: CVS commit: xsrc/xc/config/cf
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/12/2002 02:37:12
Module Name:	xsrc
Committed By:	thorpej
Date:		Tue Feb 12 00:37:12 UTC 2002

Modified Files:
	xsrc/xc/config/cf: Imake.cf NetBSD.cf xf86site.def xfree86.cf

Log Message:
Shuffle for the new ARM port names:

Imake.cf:
  * __arm__ or __arm32__ -> armArchitecture
  * __acorn32__ -> acorn32Architecture
  * __cats__ -> catsArchitecture
  * __shark__ -> sharkArchitecture

NetBSD.cf:
  * arm32Architecture -> armArchitecture when choosing DefaultCCOptions
  * arm32Architecture -> sharkArchitecture for XFree86
  * arm32Architecture -> acorn32Architecture for Xarm32VIDCServer
  * Build clients if catsArchitecture

xf86site.def:
  * arm32/SHARK -> SHARK

xfree86.cf:
  * arm32/SHARK -> SHARK
  * arm32Architecture -> sharkArchitecture


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 xsrc/xc/config/cf/Imake.cf
cvs rdiff -r1.91 -r1.92 xsrc/xc/config/cf/NetBSD.cf
cvs rdiff -r1.21 -r1.22 xsrc/xc/config/cf/xf86site.def
cvs rdiff -r1.13 -r1.14 xsrc/xc/config/cf/xfree86.cf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.