summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-02-05 15:25:44 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-02-08 15:41:07 +0100
commitc13ef9ad84af78357f5a01bfb44af2fbc7e21a22 (patch)
tree43a1197a55d538fe34da06044e7614238ae0e4ee
parent30cef2c92518e427adbb32dac80884e178ec6820 (diff)
downloadOSELAS.Toolchain-c13ef9ad84af78357f5a01bfb44af2fbc7e21a22.tar.gz
OSELAS.Toolchain-c13ef9ad84af78357f5a01bfb44af2fbc7e21a22.tar.xz
fixup_ptxconfigs.sh: --with(out)-fp is gone
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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"