dynamic recompiler now works when the core is compiled as a shared

library.
This commit is contained in:
aliaspider
2014-12-09 09:54:33 +01:00
parent a859afadfd
commit 1a6a136801
4 changed files with 126 additions and 78 deletions

View File

@@ -42,7 +42,7 @@ endif
ASFLAGS = $(CFLAGS)
INCDIRS := -I.
LDFLAGS += -shared -m32 -Wl,--no-undefined -Wl,--version-script=link.T
LDFLAGS += -shared -m32 -Wl,--no-undefined -Wl,--version-script=link.T -fPIC
LDLIBS += -lz
all: $(TARGET)