Add warning when ARCH not defined -- it doesn't belong in your default

ENV if you compile Linux kernel 2.6.x -- and turn on new features.
This commit is contained in:
ehouse 2004-07-25 00:36:45 +00:00
parent dfd4da9947
commit 2af1705f1c

View file

@ -4,7 +4,11 @@
PLATFORM = franklin
COMMON = ../common
XW_DEFINES = -DPLATFORM_EBOOK -DPOINTER_SUPPORT -DKEY_SUPPORT -DSHOW_PROGRESS -DXWFEATURE_STANDALONE_ONLY -D__LITTLE_ENDIAN
ifndef ARCH
$(error "Franklin builds require the environment variable ARCH. ")
endif
XW_DEFINES = -DPLATFORM_EBOOK -DPOINTER_SUPPORT -DKEY_SUPPORT -DSHOW_PROGRESS -DXWFEATURE_STANDALONE_ONLY -DFEATURE_TRAY_EDIT -DXWFEATURE_SEARCHLIMIT -DNODE_CAN_4 -D__LITTLE_ENDIAN
include ../common/config.mk
APPNAME = xwords4