re.mk detect arm64 target
This commit is contained in:
parent
a1c0e8c896
commit
fe7c1af893
1 changed files with 4 additions and 0 deletions
4
mk/re.mk
4
mk/re.mk
|
@ -373,6 +373,10 @@ endif
|
|||
|
||||
endif
|
||||
|
||||
ifneq ($(strip $(filter __arm64__ ,$(PREDEF))),)
|
||||
ARCH := arm64
|
||||
endif
|
||||
|
||||
ifneq ($(strip $(filter __mips__ __mips, $(PREDEF))),)
|
||||
ARCH := mips
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue