perl: enable ppc64

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2019-04-22 16:17:40 +02:00
parent b007b925bc
commit 9449850630

View file

@ -170,7 +170,7 @@ do_configure() {
# perl-cross autodetection fails. Need perl -V:lseeksize = 8.
# (default on musl.)
case "$XBPS_TARGET_MACHINE" in
i686|armv5tel|armv6l|armv7l|aarch64|ppc64le|ppc)
i686|armv5tel|armv6l|armv7l|aarch64|ppc64le|ppc64|ppc)
HOSTLDFLAGS+=" -pthread"
export HOSTLDFLAGS
CFLAGS+=" -D_FILE_OFFSET_BITS=64 -DLARGE_FILE_SUPPORT64 ";;