From 1a817959c7149f6aba08a56900972e4ebfe4f6ff Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 12 Apr 2024 03:02:53 +0800 Subject: [PATCH] naiveproxy: add aarch64_cortex-a76 compatible * run test * qemu: virt cortex-a76 * image: bcm2712 rpi-5 (openwrt snapshots) Signed-off-by: sbwml --- naiveproxy/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/naiveproxy/Makefile b/naiveproxy/Makefile index e9555a705..df2834ca2 100644 --- a/naiveproxy/Makefile +++ b/naiveproxy/Makefile @@ -5,7 +5,9 @@ PKG_VERSION:=123.0.6312.40-1 PKG_RELEASE:=1 # intel 80386 & riscv64 -ifeq ($(ARCH_PACKAGES),i386_pentium-mmx) +ifeq ($(ARCH_PACKAGES),aarch64_cortex-a76) + ARCH_PACKAGES:=aarch64_generic +else ifeq ($(ARCH_PACKAGES),i386_pentium-mmx) ARCH_PACKAGES:=x86 else ifeq ($(ARCH_PACKAGES),i386_pentium4) ARCH_PACKAGES:=x86