diff options
author | twinaphex | 2015-03-05 23:48:17 +0100 |
---|---|---|
committer | twinaphex | 2015-03-05 23:48:17 +0100 |
commit | 733b72eef371b07aa50b5f9e565f26dd48f77f92 (patch) | |
tree | a4c389e68c8d63f1545bad3a3e83447d50c18f6c /Makefile | |
parent | 2565102ba3bb37222be7f0de790b3f5326d2e8ed (diff) | |
download | snes9x2005-733b72eef371b07aa50b5f9e565f26dd48f77f92.tar.gz snes9x2005-733b72eef371b07aa50b5f9e565f26dd48f77f92.tar.bz2 snes9x2005-733b72eef371b07aa50b5f9e565f26dd48f77f92.zip |
(linux-portable) Update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -51,14 +51,12 @@ ifeq ($(platform), unix) else ifeq ($(platform), linux-portable) TARGET := $(TARGET_NAME)_libretro.so fpic := -fPIC -nostdlib - SHARED := -shared -Wl,--no-undefined -Wl,--version-script=link.T - + SHARED := -shared -Wl,--version-script=link.T CFLAGS += -fno-builtin \ -fno-exceptions -ffunction-sections \ -fomit-frame-pointer -fgcse-sm -fgcse-las -fgcse-after-reload \ -fweb -fpeel-loops LIBM := - LDFLAGS += -L. -lmusl else ifeq ($(platform), osx) TARGET := $(TARGET_NAME)_libretro.dylib fpic := -fPIC |