From 3d831a7c27e8c781bf7cfef0e36a6f27f38c0cf4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 22 Dec 2004 21:04:52 +0000 Subject: Cleaned up patch from Peter S. Mazinger adding support for -fstack-protector and -fno-stack-protector-all security options --- ldso/ldso/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldso/ldso') diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index 1d71f3fcb..ef48e3358 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -21,11 +21,10 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak LDSO_FULLNAME=ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so -SSPFLAGS=$(call check_gcc,-fno-stack-protector,) # reset to initial (disabling predefined CFLAGS) ASFLAGS= -XXFLAGS=$(XWARNINGS) $(SSPFLAGS) +XXFLAGS=$(XWARNINGS) $(SSP_DISABLE_FLAGS) ifeq ($(DODEBUG),y) # Not really much point in including debugging info, since gdb # can't really debug ldso, since gdb requires help from ldso to -- cgit v1.2.3