configure/gnu-configure-args.sh: match mipsel-musl.

This commit is contained in:
Christian Neukirchen 2015-11-26 15:38:44 +01:00
parent 9418af76e2
commit 4c4c82cb19

View file

@ -70,7 +70,8 @@ case "$XBPS_TARGET_MACHINE" in
. ${_AUTOCONFCACHEDIR}/mips-linux
;;
mipsel) . ${_AUTOCONFCACHEDIR}/endian-little
mipsel*)
. ${_AUTOCONFCACHEDIR}/endian-little
. ${_AUTOCONFCACHEDIR}/mips-common
. ${_AUTOCONFCACHEDIR}/mips-linux
;;