Fix build on powerpc64 in poudriere.
Reported by: jhibbits
This commit is contained in:
parent
2156535024
commit
27befbdddd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359631
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue