Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
metallic77 authored Jan 16, 2025
1 parent bd9d7d5 commit ef776e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ef776e9

Please sign in to comment.