summaryrefslogtreecommitdiffstats
path: root/fixup_ptxconfigs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fixup_ptxconfigs.sh')
-rwxr-xr-xfixup_ptxconfigs.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh
index 435b35c..2185ebd 100755
--- a/fixup_ptxconfigs.sh
+++ b/fixup_ptxconfigs.sh
@@ -175,11 +175,9 @@ fixup()
# soft, vfp
arm-v4t-linux-gnueabi)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=soft --with-fpu=vfp --with-arch=armv4t"
- PTXCONF_GLIBC_CONFIG_EXTRA="--without-fp"
;;
arm-v5te-linux-gnueabi)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=soft --with-fpu=vfp --with-cpu=arm926ej-s"
- PTXCONF_GLIBC_CONFIG_EXTRA="--without-fp"
;;
arm-v7m-uclinuxeabi)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=soft --with-fpu=vfp --with-arch=armv7-m --with-mode=thumb"
@@ -215,7 +213,7 @@ fixup()
mipsel-softfloat-linux-gnu)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=soft"
- PTXCONF_GLIBC_CONFIG_EXTRA="--without-fp libc_mips_float=soft"
+ PTXCONF_GLIBC_CONFIG_EXTRA="libc_mips_float=soft"
;;
powerpc-603e-linux-gnu)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-cpu=603e --disable-altivec"