diff --git a/shell/linux/Makefile b/shell/linux/Makefile index af31ce086..89204d382 100644 --- a/shell/linux/Makefile +++ b/shell/linux/Makefile @@ -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)