* disable thumb2_bare for now

git-svn-id: trunk@18864 -
This commit is contained in:
florian 2011-08-27 21:20:33 +00:00
parent 34b033ba72
commit d21fde5604
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)