From 69a3181effd0c7a61781ce5c3c67f3b5edd47518 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Mon, 18 Jan 2021 10:53:13 -0800 Subject: [PATCH] updated ARCHID --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index dd08e4c..3c54fa3 100644 --- a/makefile +++ b/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)