diff options
author | Ryan 'Swingflip' Hamlin | 2018-10-29 22:26:08 +0000 |
---|---|---|
committer | GitHub | 2018-10-29 22:26:08 +0000 |
commit | 75646227ccf5b32e78cc7a707c5f2e9dd400ca38 (patch) | |
tree | b03c3d441c4ed102a0ec6ff9b2350f70f9cbdf8d | |
parent | eab2e01437c1fe8ceb330657ac60663a89a4f2dd (diff) | |
download | snesemu-75646227ccf5b32e78cc7a707c5f2e9dd400ca38.tar.gz snesemu-75646227ccf5b32e78cc7a707c5f2e9dd400ca38.tar.bz2 snesemu-75646227ccf5b32e78cc7a707c5f2e9dd400ca38.zip |
Fixed the link for A7A7
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ else ifeq ($(platform), gcw0) else ifeq ($(platform), classic_armv7_a7) TARGET := $(TARGET_NAME)_libretro.so fpic := -fPIC - SHARED := -shared -Wl,--version-script=libretro/link.T -Wl,--no-undefined + SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined CFLAGS += -Ofast \ -flto=4 -fwhole-program -fuse-linker-plugin \ -fdata-sections -ffunction-sections -Wl,--gc-sections \ |