xbps-src: environment/configure: apply arm cache overrides to armv5te too.

This commit is contained in:
Juan RP 2015-05-01 08:18:07 +02:00
parent d5cab6ece4
commit fdc356cb60

View file

@ -39,7 +39,7 @@ esac
# Read apropiate autoconf cache files for target machine.
case "$XBPS_TARGET_MACHINE" in
armv?l*)
armv5te*|armv?l*)
. ${_AUTOCONFCACHEDIR}/endian-little
. ${_AUTOCONFCACHEDIR}/arm-common
. ${_AUTOCONFCACHEDIR}/arm-linux