Fix build on powerpc64 in poudriere.

Reported by:	jhibbits
This commit is contained in:
Juergen Lock 2014-06-27 23:28:08 +00:00
parent 2156535024
commit 27befbdddd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359631

View file

@ -239,6 +239,10 @@ MAKE_ARGS+= ARCH=x86_64
MAKE_ARGS+= ARCH=ppc
.endif
.if ${ARCH} == "powerpc64"
MAKE_ARGS+= ARCH=ppc64
.endif
.if ${ARCH} == "sparc64"
CONFIGURE_ARGS+= --sparc_cpu=v9
.endif