perl: fix armv5tel build

This commit is contained in:
Jürgen Buchmüller 2017-11-08 21:59:31 +01:00
parent 1f06e0eb60
commit f9d716b508
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ do_configure() {
# perl-cross autodetection fails. Need perl -V:lseeksize = 8.
# (default on musl.)
case "$XBPS_TARGET_MACHINE" in
i686|armv6l|armv7l|aarch64)
i686|armv5tel|armv6l|armv7l|aarch64)
LDFLAGS+="-pthread"
HOSTLDFLAGS+="-pthread"
export HOSTLDFLAGS