From 240658f6fd90967ff51b79efd8b0a2789ebee942 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 4 Dec 2012 12:40:41 +0100 Subject: fixup_ptxconfigs: add gnu target for cortexm3 linux toolchain Signed-off-by: Michael Olbrich --- fixup_ptxconfigs.sh | 3 +++ 1 file changed, 3 insertions(+) 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" ;; -- cgit v1.2.3