CHROMIUM: security: use -fstack-protector-strong
[cascardo/linux.git] / arch / arm / Makefile
index 047a207..ee58483 100644 (file)
@@ -38,7 +38,7 @@ KBUILD_CFLAGS +=-fno-omit-frame-pointer -mapcs -mno-sched-prolog
 endif
 
 ifeq ($(CONFIG_CC_STACKPROTECTOR),y)
-KBUILD_CFLAGS  +=-fstack-protector
+KBUILD_CFLAGS  +=-fstack-protector-strong
 endif
 
 ifeq ($(CONFIG_CPU_BIG_ENDIAN),y)