summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"