Explorar o código

* disable thumb2_bare for now

git-svn-id: trunk@18864 -
florian %!s(int64=14) %!d(string=hai) anos
pai
achega
d21fde5604
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      rtl/embedded/Makefile
  2. 1 1
      rtl/embedded/Makefile.fpc

+ 1 - 1
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

+ 1 - 1
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)