re.mk detect arm64 target

This commit is contained in:
Richard Aas 2014-11-03 13:42:52 +00:00
parent a1c0e8c896
commit fe7c1af893

View file

@ -373,6 +373,10 @@ endif
endif
ifneq ($(strip $(filter __arm64__ ,$(PREDEF))),)
ARCH := arm64
endif
ifneq ($(strip $(filter __mips__ __mips, $(PREDEF))),)
ARCH := mips
endif