Date: Sun, 21 Nov 2010 03:56:41 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r215605 - head/sys Message-ID: <201011210356.oAL3ufhK035773@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011210356.oAL3ufhK035773>