mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-29 16:02:04 +01:00
* disable thumb2_bare for now
git-svn-id: trunk@18864 -
This commit is contained in:
parent
34b033ba72
commit
d21fde5604
@ -315,7 +315,7 @@ CPU_UNITS=
|
|||||||
SYSINIT_UNITS=
|
SYSINIT_UNITS=
|
||||||
ifeq ($(ARCH),arm)
|
ifeq ($(ARCH),arm)
|
||||||
ifeq ($(SUBARCH),armv7m)
|
ifeq ($(SUBARCH),armv7m)
|
||||||
CPU_UNITS=lm3fury lm3tempest thumb2_bare stm32f103
|
CPU_UNITS=lm3fury lm3tempest stm32f103 # thumb2_bare
|
||||||
endif
|
endif
|
||||||
ifeq ($(SUBARCH),armv4t)
|
ifeq ($(SUBARCH),armv4t)
|
||||||
CPU_UNITS=lpc21x4 at91sam7x256
|
CPU_UNITS=lpc21x4 at91sam7x256
|
||||||
|
|||||||
@ -49,7 +49,7 @@ SYSINIT_UNITS=
|
|||||||
|
|
||||||
ifeq ($(ARCH),arm)
|
ifeq ($(ARCH),arm)
|
||||||
ifeq ($(SUBARCH),armv7m)
|
ifeq ($(SUBARCH),armv7m)
|
||||||
CPU_UNITS=lm3fury lm3tempest thumb2_bare stm32f103
|
CPU_UNITS=lm3fury lm3tempest stm32f103 # thumb2_bare
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(SUBARCH),armv4t)
|
ifeq ($(SUBARCH),armv4t)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user