mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
binutils: mips-musl is soft-float and w/o fp also
This commit is contained in:
parent
cdd806a989
commit
2e77e3fc52
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ do_configure() {
|
|||
# avoiding --with-sysroot to $XBPS_CROSS_BASE.
|
||||
CONFIGFLAG="--host=$XBPS_CROSS_TRIPLET --with-build-sysroot=$XBPS_CROSS_BASE"
|
||||
fi
|
||||
if [ "$XBPS_TARGET_MACHINE" = "mipsel-musl" ]; then
|
||||
if [ "$XBPS_TARGET_MACHINE" = "mips-musl" -o "$XBPS_TARGET_MACHINE" = "mipsel-musl" ]; then
|
||||
CONFIGFLAG+=" --with-float=soft --without-fp"
|
||||
fi
|
||||
if [ "${XBPS_TARGET_MACHINE%-musl}" = "x86_64" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue