Fix misuse of TARGET_ARCH. This should be MACHINE_ARCH.

This commit is contained in:
Nathan Whitehorn 2011-03-01 20:51:41 +00:00
parent 6a4a051057
commit f1321be284
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219146

View File

@ -85,7 +85,7 @@ CFLAGS+=-I${SUNW}/common
CFLAGS+=-I${.CURDIR}/../../../include
CFLAGS+=-DBUILDING_ZFS
.if ${TARGET_ARCH} == "powerpc64"
.if ${MACHINE_ARCH} == "powerpc64"
CFLAGS+=-mminimal-toc
.endif