diff options
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index 01a26193a..dde68bd98 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -21,7 +21,9 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak LDSO_FULLNAME=ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so -XXFLAGS=$(XWARNINGS) $(LIBRARY_CACHE) +SSPFLAGS=$(call check_gcc,-fno-stack-protector,) + +XXFLAGS=$(XWARNINGS) $(LIBRARY_CACHE) $(SSPFLAGS) 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 |