From ef776e97d2dcee9aa6e8ff65e7b462ce7894301c Mon Sep 17 00:00:00 2001 From: metallic77 <43163462+metallic77@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:39:52 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 048a23855..5bf293086 100644 --- a/Makefile +++ b/Makefile @@ -233,6 +233,7 @@ else ifeq ($(platform), brick) EXT ?= so TARGET := $(TARGET_NAME)_libretro.$(EXT) SHARED += -shared -Wl,--version-script=link.T + CC_AS = ${CC_PREFIX}${CC} #The ngen_arm.S must be compiled with gcc, not as fpic = -fPIC LIBS += -lrt ARM_FLOAT_ABI_HARD = 0 @@ -413,6 +414,7 @@ else ifeq ($(platform), arm64_cortex_a53_gles2) TARGET := $(TARGET_NAME)_libretro.$(EXT) SHARED += -shared -Wl,--version-script=link.T LDFLAGS += -Wl,--no-undefined + CC_AS = ${CC_PREFIX}${CC} #The ngen_arm.S must be compiled with gcc, not as fpic = -fPIC LIBS += -lrt ARM_FLOAT_ABI_HARD = 0