diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |