configure/gnu-configure-args.sh: match mipsel-musl.
This commit is contained in:
parent
9418af76e2
commit
4c4c82cb19
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue