From 084f787c444afc5ef1ce8872756926ccefefcab0 Mon Sep 17 00:00:00 2001 From: Bard Date: Thu, 31 Oct 2024 12:08:29 +0800 Subject: [PATCH] naiveproxy: add mipsel_24kc_24kf & mipsel_74kc architecture --- naiveproxy/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/naiveproxy/Makefile b/naiveproxy/Makefile index 0b0168a8d..6d5aa4580 100644 --- a/naiveproxy/Makefile +++ b/naiveproxy/Makefile @@ -13,6 +13,10 @@ else ifeq ($(ARCH_PREBUILT),i386_pentium-mmx) ARCH_PREBUILT:=x86 else ifeq ($(ARCH_PREBUILT),i386_pentium4) ARCH_PREBUILT:=x86 +else ifeq ($(ARCH_PREBUILT),mipsel_24kc_24kf) + ARCH_PREBUILT:=mipsel_24kc +else ifeq ($(ARCH_PREBUILT),mipsel_74kc) + ARCH_PREBUILT:=mipsel_24kc else ifeq ($(ARCH_PREBUILT),riscv64_riscv64) ARCH_PREBUILT:=riscv64 endif