summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-07-10 02:32:50 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-07-10 02:32:50 +0000
commitc7f36558b7a71fac88c6c5ae6c1cba0a58bdf64e (patch)
tree203121dd89e9bc9b270660cd2abd7dd97bd858d8 /share/mk/sys.mk
parent5d21d768b2c9f3601cbb00aa36a5ec22bacf93df (diff)
downloadFreeBSD-src-c7f36558b7a71fac88c6c5ae6c1cba0a58bdf64e.zip
FreeBSD-src-c7f36558b7a71fac88c6c5ae6c1cba0a58bdf64e.tar.gz
Minor modifications to know what to do with powerpc64.
Diffstat (limited to 'share/mk/sys.mk')
-rw-r--r--share/mk/sys.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index ac77b25..2c69c8e 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -13,7 +13,7 @@ unix ?= We run FreeBSD, not UNIX.
# of size and/or endian. This is called MACHINE_CPU in NetBSD, but
# that's used for something different in FreeBSD.
#
-MACHINE_CPUARCH=${MACHINE_ARCH:C/mipse[lb]/mips/:C/armeb/arm/}
+MACHINE_CPUARCH=${MACHINE_ARCH:C/mipse[lb]/mips/:C/armeb/arm/:C/powerpc64/powerpc/}
.endif
# If the special target .POSIX appears (without prerequisites or
OpenPOWER on IntegriCloud