mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:29:09 +02:00
Downgrade build message from makefile from error to warning for arm-embedded. This makes it possible to build a working RTL with external startup code for subarchs with no cpu units.
git-svn-id: trunk@32750 -
This commit is contained in:
parent
9d1646e2a8
commit
970f0064ea
@ -374,7 +374,7 @@ ifeq ($(SUBARCH),armv7a)
|
||||
CPU_UNITS=allwinner_a20
|
||||
endif
|
||||
ifeq ($(CPU_UNITS),)
|
||||
$(error Invalid value set for SUBARCH)
|
||||
$(warning No CPUs enabled for given SUBARCH)
|
||||
endif
|
||||
endif
|
||||
ifeq ($(ARCH),avr)
|
||||
|
@ -82,7 +82,7 @@ ifeq ($(SUBARCH),armv7a)
|
||||
CPU_UNITS=allwinner_a20
|
||||
endif
|
||||
ifeq ($(CPU_UNITS),)
|
||||
$(error Invalid value set for SUBARCH)
|
||||
$(warning No CPUs enabled for given SUBARCH)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user