From c13ef9ad84af78357f5a01bfb44af2fbc7e21a22 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 5 Feb 2018 15:25:44 +0100 Subject: fixup_ptxconfigs.sh: --with(out)-fp is gone Signed-off-by: Michael Olbrich --- fixup_ptxconfigs.sh | 4 +--- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3