summaryrefslogtreecommitdiff
path: root/toolchain/musl/patches/0.9.13/libgcc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/musl/patches/0.9.13/libgcc.patch')
-rw-r--r--toolchain/musl/patches/0.9.13/libgcc.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/musl/patches/0.9.13/libgcc.patch b/toolchain/musl/patches/0.9.13/libgcc.patch
deleted file mode 100644
index d382ef1fa..000000000
--- a/toolchain/musl/patches/0.9.13/libgcc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur musl-0.9.12.orig/Makefile musl-0.9.12/Makefile
---- musl-0.9.12.orig/Makefile 2013-07-29 09:20:33.000000000 +0200
-+++ musl-0.9.12/Makefile 2013-08-17 16:10:10.000000000 +0200
-@@ -100,7 +100,7 @@
- $(CC) $(CFLAGS_ALL_SHARED) -c -o $@ $<
-
- lib/libc.so: $(LOBJS)
-- $(CC) $(CFLAGS_ALL_SHARED) $(LDFLAGS) -nostdlib -shared \
-+ $(CC) $(CFLAGS_ALL_SHARED) $(LDFLAGS) -static-libgcc -nostdlib -shared \
- -Wl,-e,_start -Wl,-Bsymbolic-functions \
- -o $@ $(LOBJS) $(LIBCC)
-