mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-02-10 05:30:14 +00:00
updated ARCHID
This commit is contained in:
4
makefile
4
makefile
@@ -102,7 +102,7 @@
|
||||
# make linux ARCHID=24 # Linux ARM 32 bit HardFloat (Linaro)
|
||||
# make linux ARCHID=25 # Linux ARM 32 bit HardFloat (Raspberry Pi, etc)
|
||||
# make linux ARCHID=26 # Linux ARM 64 bit
|
||||
# make linux ARCHID=50 # Linux ARM 64 bit (glibc/2.24 NOKVM)
|
||||
# make linux ARCHID=32 # Linux ARM 64 bit (glibc/2.24 NOKVM)
|
||||
# make linux ARCHID=27 # Linux ARM 32 bit HardFloat NOKVM (Old Raspberry Pi on Raspian 7, 2015-02-02 build)
|
||||
# make pi KVM=1 ARCHID=25 # Linux ARM 32 bit HardFloat, compiled on the Pi.
|
||||
# gmake freebsd ARCHID=30 # FreeBSD x86 64 bit
|
||||
@@ -211,7 +211,7 @@ endif
|
||||
|
||||
|
||||
|
||||
ifeq ($(ARCHID),50)
|
||||
ifeq ($(ARCHID),32)
|
||||
ARCHNAME = aarch64
|
||||
export PATH := $(PATH_AARCH64)bin:$(PATH_AARCH64)libexec/gcc/aarch64-buildroot-linux-gnu/5.4.0:$(PATH_AARCH64)aarch64-buildroot-linux-gnu/bin:$(PATH)
|
||||
export STAGING_DIR := $(PATH_AARCH64)
|
||||
|
||||
Reference in New Issue
Block a user