From 3ea0d46fee471ee4180b264658f01daf59a37855 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 5 Mar 2015 23:51:14 +0100 Subject: [PATCH] (libretro-test) Update linux-portable --- libretro-test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libretro-test/Makefile b/libretro-test/Makefile index 770877792ed..25fbd88f5b2 100644 --- a/libretro-test/Makefile +++ b/libretro-test/Makefile @@ -26,9 +26,8 @@ ifeq ($(platform), unix) else ifeq ($(platform), linux-portable) TARGET := $(TARGET_NAME)_libretro.so fpic := -fPIC -nostdlib - SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined + SHARED := -shared -Wl,--version-script=link.T LIBM := - LDFLAGS += -L. -lmusl else ifeq ($(platform), osx) TARGET := $(TARGET_NAME)_libretro.dylib fpic := -fPIC