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:
Jeppe Johansen 2015-12-26 23:58:09 +00:00
parent 9d1646e2a8
commit 970f0064ea
2 changed files with 2 additions and 2 deletions

View File

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

View File

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