summaryrefslogtreecommitdiffstats
path: root/fixup_ptxconfigs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fixup_ptxconfigs.sh')
-rwxr-xr-xfixup_ptxconfigs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh
index 25894ed..38c8a432 100755
--- a/fixup_ptxconfigs.sh
+++ b/fixup_ptxconfigs.sh
@@ -208,7 +208,7 @@ fixup()
mipsel-softfloat-linux-gnu)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=soft"
- PTXCONF_GLIBC_CONFIG_EXTRA="--without-fp"
+ PTXCONF_GLIBC_CONFIG_EXTRA="--without-fp libc_mips_float=soft"
;;
powerpc-603e-linux-gnu)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-cpu=603e --disable-altivec"