musl: update musl to version 1.1.15
[openwrt/staging/yousong.git] / toolchain / musl / patches / 200-add_libssp_nonshared.patch
index 7a2909461b3859e498f488a61d419f75ab828c95..218ca41402233a3f2d60e8c5469de88ea31dc064 100644 (file)
@@ -21,7 +21,7 @@ Signed-off-by: Steven Barth <steven@midlink.org>
  ALL_TOOLS = obj/musl-gcc
  
  WRAPCC_GCC = gcc
-@@ -125,7 +125,8 @@ NOSSP_SRCS = $(wildcard crt/*.c) \
+@@ -129,7 +129,8 @@ NOSSP_SRCS = $(wildcard crt/*.c) \
        src/thread/__set_thread_area.c src/thread/$(ARCH)/__set_thread_area.c \
        src/string/memset.c src/string/$(ARCH)/memset.c \
        src/string/memcpy.c src/string/$(ARCH)/memcpy.c \
@@ -31,7 +31,7 @@ Signed-off-by: Steven Barth <steven@midlink.org>
  $(NOSSP_SRCS:%.c=obj/%.o) $(NOSSP_SRCS:%.c=obj/%.lo): CFLAGS_ALL += $(CFLAGS_NOSSP)
  
  $(CRT_OBJS): CFLAGS_ALL += -DCRT
-@@ -168,6 +169,11 @@ lib/libc.a: $(AOBJS)
+@@ -172,6 +173,11 @@ lib/libc.a: $(AOBJS)
        $(AR) rc $@ $(AOBJS)
        $(RANLIB) $@