Skip to content

Commit a0297cb

Browse files
committed
powerpc: Support configure on native ppc[64] hosts
1 parent c62ae87 commit a0297cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configure

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,10 @@ case $CFG_CPUTYPE in
461461
CFG_CPUTYPE=aarch64
462462
;;
463463

464-
powerpc)
464+
# At some point, when ppc64[le] support happens, this will need to do
465+
# something clever. For now it's safe to assume that we're only ever
466+
# interested in building 32 bit.
467+
powerpc | ppc | ppc64)
465468
CFG_CPUTYPE=powerpc
466469
;;
467470

0 commit comments

Comments
 (0)