linux/make: Default to lincpp if platform detection fails
This commit is contained in:
parent
73f3378f5f
commit
5b8fc02f45
|
@ -71,7 +71,8 @@ ifeq (,$(platform))
|
|||
else ifneq (,$(findstring mips,$(ARCH)))
|
||||
platform = gcwz
|
||||
else
|
||||
$(error Unsupported CPU architecture)
|
||||
$(warning Unsupported CPU architecture, using lincpp)
|
||||
platform = lincpp
|
||||
endif
|
||||
|
||||
FLAGS = $(shell grep flags /proc/cpuinfo)
|
||||
|
|
Loading…
Reference in New Issue