show undefined referances.

add link.T
This commit is contained in:
aliaspider 2014-12-09 01:00:31 +01:00
parent 8f9b841f72
commit 38158f67e2
2 changed files with 7 additions and 1 deletions

View File

@ -36,7 +36,7 @@ OBJS += libretro.o
ASFLAGS = $(CFLAGS)
INCDIRS := -I.
LDFLAGS += -shared -m32
LDFLAGS += -shared -m32 -Wl,--no-undefined -Wl,--version-script=link.T
LDLIBS += -lz

6
link.T Normal file
View File

@ -0,0 +1,6 @@
{
global: retro_*;
local: *;
};