aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan 'Swingflip' Hamlin2018-06-26 13:24:33 +0100
committerRyan 'Swingflip' Hamlin2018-06-26 13:24:33 +0100
commitfe2ac60ef67f03b8e4bb6caeca49653bcf803343 (patch)
treeea68bb811e9fb7bbe9da40267ba5c9d5a767f407 /Makefile
parent736b1d09038217ee7793f7544973cca88f373c43 (diff)
downloadsnes9x2005-fe2ac60ef67f03b8e4bb6caeca49653bcf803343.tar.gz
snes9x2005-fe2ac60ef67f03b8e4bb6caeca49653bcf803343.tar.bz2
snes9x2005-fe2ac60ef67f03b8e4bb6caeca49653bcf803343.zip
3rd time lucky with the make...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f12da07..fb4bb75 100644
--- a/Makefile
+++ b/Makefile
@@ -227,8 +227,8 @@ else ifeq ($(platform), gcw0)
else ifeq ($(platform), nintendoc)
TARGET := $(TARGET_NAME)_libretro.so
fpic := -fPIC
- SHARED := -shared -Wl,--version-script=libretro/link.T -Wl,--no-undefined
- CFLAGS += -DARM -marm -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard
+ SHARED := -shared -Wl,--no-undefined -Wl,--version-script=link.T
+ CFLAGS += -fno-builtin -fno-exceptions -ffunction-sections -DARM -marm -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard
# Windows MSVC 2010 x86
else ifeq ($(platform), windows_msvc2010_x86)