summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-10-20 21:50:13 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-10-20 21:50:13 +0000
commitb1cc2bc8143a6c0bbf7e158f6335c8dc6b1170ae (patch)
tree7635c6f321231d22b42cb5c5a53a070f01ed8d35
parentf9100f0b4607793404439b3ee74b1ff7d1032a08 (diff)
downloadOSELAS.Toolchain-b1cc2bc8143a6c0bbf7e158f6335c8dc6b1170ae.tar.gz
OSELAS.Toolchain-b1cc2bc8143a6c0bbf7e158f6335c8dc6b1170ae.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7883 f8d472c7-5700-0410-ac5a-87979cec3adf
-rwxr-xr-xfixup_ptxconfigs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh
index a3efb2e..17a8ada 100755
--- a/fixup_ptxconfigs.sh
+++ b/fixup_ptxconfigs.sh
@@ -130,7 +130,7 @@ fixup()
# PTXCONF_GLIBC_CONFIG_EXTRA
#
case "${PTXCONF_GNU_TARGET}" in
- # hard fpa
+ # hard, fpa
arm-v4t_hardfloat-linux-gnu)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=hard --with-fpu=fpa --with-arch=armv4t"
;;
@@ -178,8 +178,8 @@ fixup()
;;
mipsel-softfloat-linux-gnu)
- PTXCONF_GLIBC_CONFIG_EXTRA="--without-fp"
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=soft"
+ PTXCONF_GLIBC_CONFIG_EXTRA="--without-fp"
;;
powerpc-603e-linux-gnu)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-cpu=603e --disable-altivec"