fake-environ: Never ever link libgcc_s against the SO.

This commit is contained in:
Michael Tremer
2012-08-15 15:51:50 +02:00
parent 13b8798d78
commit 1718b2f4cd

View File

@@ -19,7 +19,7 @@ all: $(LIB)
$(CC) $(CFLAGS) -o $@ -c $<
$(LIB): $(OBJECTS)
$(CC) $(CFLAGS) -shared -o $@ $? -ldl
$(CC) $(CFLAGS) -shared -o $@ $? -ldl -static-libgcc
.PHONY: install
install: all