From 2e77e3fc5255b517c063ad7abe82a712f7baa26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 4 Jun 2020 14:57:38 +0200 Subject: [PATCH] binutils: mips-musl is soft-float and w/o fp also --- srcpkgs/binutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/binutils/template b/srcpkgs/binutils/template index cb505d477c..06a279cff2 100644 --- a/srcpkgs/binutils/template +++ b/srcpkgs/binutils/template @@ -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