summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-12-16 16:47:59 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-12-16 16:47:59 +0000
commitc55034df87d5fd800dfa36b01c733b79fcce1b9a (patch)
tree9bab1b1d733a22bc82c1a318dbb48ee64d228b5f
parente1ca129845298018604dcd60cdd03c9a545be32d (diff)
downloadOSELAS.Toolchain-c55034df87d5fd800dfa36b01c733b79fcce1b9a.tar.gz
OSELAS.Toolchain-c55034df87d5fd800dfa36b01c733b79fcce1b9a.tar.xz
* fixup_ptxconfigs.sh:
add v5t_vfp target git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@8653 f8d472c7-5700-0410-ac5a-87979cec3adf
-rwxr-xr-xfixup_ptxconfigs.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh
index f31c539..cca0d2a 100755
--- a/fixup_ptxconfigs.sh
+++ b/fixup_ptxconfigs.sh
@@ -19,7 +19,7 @@ fixup()
local config="${1}"
# version
- PTXCONF_CONFIGFILE_VERSION="1.99.7"
+ PTXCONF_CONFIGFILE_VERSION="1.99.9"
PTXCONF_PROJECT="${PWD}"
PTXCONF_PROJECT="${PTXCONF_PROJECT##*/}"
@@ -144,6 +144,10 @@ fixup()
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=softfp --with-fpu=vfp --with-cpu=arm1136jf-s"
;;
+ arm-v5te_vfp-linux-gnueabi)
+ PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=softfp --with-fpu=vfp --with-cpu=arm926ej-s"
+ ;;
+
# softfp, neon
arm-cortexa8-linux-gnueabi)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=softfp --with-fpu=neon --with-cpu=cortex-a8"