summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-12-04 08:37:37 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-12-12 08:15:33 +0100
commit8c1e788a52a98bf4b404cdb985afec1adb162df5 (patch)
tree2ec0a7d0b0e73b39d70c5bb08b910b418df9c4c0
parent9f49a23a932f7dc031b482574e3b80837d130d4c (diff)
downloadOSELAS.Toolchain-8c1e788a52a98bf4b404cdb985afec1adb162df5.tar.gz
OSELAS.Toolchain-8c1e788a52a98bf4b404cdb985afec1adb162df5.tar.xz
fixup_ptxconfigs.sh: set libc_mips_float=soft for glibc for mips
Otherwise glib-headers fails to build because there is no compiler to detect this. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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"