From 733b72eef371b07aa50b5f9e565f26dd48f77f92 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 5 Mar 2015 23:48:17 +0100 Subject: (linux-portable) Update --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c1abaa..8dd87d5 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3