X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=Makefile;fp=Makefile;h=ad701c9011b2dfadceb5b64900b6cc1775d05dca;hp=0c134175fe6be221b12b8780dd1aeb6caeef8d63;hb=1b23145e8890f4930c9129ed3f28eea9cbb1effc;hpb=b0fc78520d7d51ab064f629e228c27d0fa5a4b82 diff --git a/Makefile b/Makefile index 0c134175..ad701c90 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ GENH = include/bits/alltypes.h IMPH = src/internal/stdio_impl.h src/internal/pthread_impl.h src/internal/libc.h LDFLAGS = +LIBCC = -lgcc CPPFLAGS = CFLAGS = -Os -pipe CFLAGS_C99FSE = -std=c99 -ffreestanding -nostdinc @@ -91,7 +92,7 @@ include/bits/alltypes.h: include/bits/alltypes.h.sh lib/libc.so: $(LOBJS) $(CC) $(CFLAGS_ALL_SHARED) $(LDFLAGS) -nostdlib -shared \ -Wl,-e,_start -Wl,-Bsymbolic-functions \ - -Wl,-soname=libc.so -o $@ $(LOBJS) -lgcc + -Wl,-soname=libc.so -o $@ $(LOBJS) $(LIBCC) lib/libc.a: $(OBJS) rm -f $@