mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
fake-environ: Never ever link libgcc_s against the SO.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user