xbps-src: environment/configure: apply arm cache overrides to armv5te too.
This commit is contained in:
parent
d5cab6ece4
commit
fdc356cb60
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ esac
|
||||||
|
|
||||||
# Read apropiate autoconf cache files for target machine.
|
# Read apropiate autoconf cache files for target machine.
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv?l*)
|
armv5te*|armv?l*)
|
||||||
. ${_AUTOCONFCACHEDIR}/endian-little
|
. ${_AUTOCONFCACHEDIR}/endian-little
|
||||||
. ${_AUTOCONFCACHEDIR}/arm-common
|
. ${_AUTOCONFCACHEDIR}/arm-common
|
||||||
. ${_AUTOCONFCACHEDIR}/arm-linux
|
. ${_AUTOCONFCACHEDIR}/arm-linux
|
||||||
|
|
Loading…
Reference in a new issue