svn commit: r215605 - head/sys
David E. O'Brien
obrien at FreeBSD.org
Sun Nov 21 03:56:41 UTC 2010
Author: obrien
Date: Sun Nov 21 03:56:41 2010
New Revision: 215605
URL: http://svn.freebsd.org/changeset/base/215605
Log:
Add x86 to ALL_ARCH.
Modified:
head/sys/Makefile
Modified: head/sys/Makefile
==============================================================================
--- head/sys/Makefile Sun Nov 21 02:00:54 2010 (r215604)
+++ head/sys/Makefile Sun Nov 21 03:56:41 2010 (r215605)
@@ -14,7 +14,7 @@ CSCOPEDIRS= boot bsm cam cddl compat con
netsmb nfs nfsclient nfsserver nlm opencrypto \
pci rpc security sys ufs vm xdr ${CSCOPE_ARCHDIR}
.if defined(ALL_ARCH)
-CSCOPE_ARCHDIR ?= amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v
+CSCOPE_ARCHDIR ?= amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v x86
.else
CSCOPE_ARCHDIR ?= ${MACHINE}
.endif
More information about the svn-src-head
mailing list