summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfixup_ptxconfigs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh
index 13b3e90..3f86598 100755
--- a/fixup_ptxconfigs.sh
+++ b/fixup_ptxconfigs.sh
@@ -201,6 +201,9 @@ fixup()
PTXCONF_GLIBC_CONFIG_EXTRA="--without-fp"
;;
+ arm-cortexm3-uclinuxeabi)
+ PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=soft --with-fpu=vfp --with-cpu=cortex-m3 --with-mode=thumb --disable-libgomp --disable-libitm"
+ ;;
arm-cortexm3-eabi)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=soft --with-fpu=vfp --with-cpu=cortex-m3 --with-mode=thumb"
;;