uclibc++: link against libssp_nonshared instead of libssp

Signed-off-by: Steven Barth <steven@midlink.org>

SVN-Revision: 46076
This commit is contained in:
Steven Barth 2015-06-20 18:36:52 +00:00
parent eb73f4aed7
commit 933b588e25
1 changed files with 1 additions and 5 deletions

View File

@ -44,10 +44,6 @@ UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \
-e 's/mipsel.*/mips/' \
)
ifeq ($(ARCH),powerpc)
TARGET_CFLAGS += -fno-stack-protector
endif
TARGET_CFLAGS += $(FPIC)
ifneq ($(CONFIG_CCACHE),)
@ -61,7 +57,7 @@ MAKE_FLAGS:= \
CROSS="$(TARGET_CROSS)" \
LDFLAGS="-Wl,--warn-common -Wl,--warn-once -Wl,-z,combreloc -Wl,-z,defs $(TARGET_LDFLAGS)" \
CP="$(CP)" \
GEN_LIBS="-lc $(LIBGCC_S) -lssp" \
GEN_LIBS="-lc $(LIBGCC_S) -lssp_nonshared" \
check_as_needed=
# check_as_needed overrides dependency on libgcc_s