mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
configure/gnu-configure-args.sh: match mipsel-musl.
This commit is contained in:
parent
9418af76e2
commit
4c4c82cb19
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
. ${_AUTOCONFCACHEDIR}/mips-linux
|
. ${_AUTOCONFCACHEDIR}/mips-linux
|
||||||
;;
|
;;
|
||||||
|
|
||||||
mipsel) . ${_AUTOCONFCACHEDIR}/endian-little
|
mipsel*)
|
||||||
|
. ${_AUTOCONFCACHEDIR}/endian-little
|
||||||
. ${_AUTOCONFCACHEDIR}/mips-common
|
. ${_AUTOCONFCACHEDIR}/mips-common
|
||||||
. ${_AUTOCONFCACHEDIR}/mips-linux
|
. ${_AUTOCONFCACHEDIR}/mips-linux
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue