From 9c6a7e927aa4f52d04d8f573e4ea3ea3aaaf061e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 13:54:33 +0200 Subject: fix build with ssp enabled --- package/glibc/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'package/glibc') diff --git a/package/glibc/Makefile b/package/glibc/Makefile index 9fa4cf7bb..acf7d86f9 100644 --- a/package/glibc/Makefile +++ b/package/glibc/Makefile @@ -2,10 +2,6 @@ # material, please see the LICENCE file in the top-level directory. include $(TOPDIR)/rules.mk - -TARGET_CFLAGS:= $(filter-out -fstack-protector,$(TARGET_CFLAGS)) -TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS)) - include $(TOPDIR)/toolchain/glibc/Makefile.inc PKG_NAME:= glibc @@ -47,7 +43,6 @@ glibc-static-install: $(CP) $(STAGING_TARGET_DIR)/usr/lib/libc.a $(IDIR_GLIBC_STATIC)/usr/lib glibc-dev-install: - echo $(TARGET_CFLAGS) ${INSTALL_DIR} $(IDIR_GLIBC_DEV)/$(ADK_TARGET_LIBC_PATH) $(IDIR_GLIBC_DEV)/usr/lib # install linker script cp ./files/libc.so.$(CPU_ARCH) $(IDIR_GLIBC_DEV)/usr/lib/libc.so -- cgit v1.2.3