From d21fde56048cbc8a12ea5f36e73665600bca00b5 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 27 Aug 2011 21:20:33 +0000 Subject: [PATCH] * disable thumb2_bare for now git-svn-id: trunk@18864 - --- rtl/embedded/Makefile | 2 +- rtl/embedded/Makefile.fpc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/embedded/Makefile b/rtl/embedded/Makefile index a37b427cda..fa4da6c1f4 100644 --- a/rtl/embedded/Makefile +++ b/rtl/embedded/Makefile @@ -315,7 +315,7 @@ CPU_UNITS= SYSINIT_UNITS= ifeq ($(ARCH),arm) ifeq ($(SUBARCH),armv7m) -CPU_UNITS=lm3fury lm3tempest thumb2_bare stm32f103 +CPU_UNITS=lm3fury lm3tempest stm32f103 # thumb2_bare endif ifeq ($(SUBARCH),armv4t) CPU_UNITS=lpc21x4 at91sam7x256 diff --git a/rtl/embedded/Makefile.fpc b/rtl/embedded/Makefile.fpc index a9aed3e7b9..cbe4c62da7 100644 --- a/rtl/embedded/Makefile.fpc +++ b/rtl/embedded/Makefile.fpc @@ -49,7 +49,7 @@ SYSINIT_UNITS= ifeq ($(ARCH),arm) ifeq ($(SUBARCH),armv7m) -CPU_UNITS=lm3fury lm3tempest thumb2_bare stm32f103 +CPU_UNITS=lm3fury lm3tempest stm32f103 # thumb2_bare endif ifeq ($(SUBARCH),armv4t)