Merge "Enable -fstack-protector-strong for arm64." am: 03b7effb8d
am: 3a8929bd5a

* commit '3a8929bd5a3d14e3c3a71b26b9fbb01dd544ccb7':
  Enable -fstack-protector-strong for arm64.
diff --git a/core/combo/TARGET_linux-arm64.mk b/core/combo/TARGET_linux-arm64.mk
index bc89bc9..6a1d861 100644
--- a/core/combo/TARGET_linux-arm64.mk
+++ b/core/combo/TARGET_linux-arm64.mk
@@ -75,7 +75,7 @@
     -fno-strict-aliasing \
 
 TARGET_GLOBAL_CFLAGS += \
-			-fstack-protector \
+			-fstack-protector-strong \
 			-ffunction-sections \
 			-fdata-sections \
 			-funwind-tables \