aboutsummaryrefslogtreecommitdiff
path: root/arm-probe
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-10-19 10:13:32 +0800
committerAndy Green <andy.green@linaro.org>2012-10-19 10:14:54 +0800
commit34fd0997aedbbab319fba334a19a6e669fc45f13 (patch)
treec507604070a6c9be3ef4ebb34d9b4e5bb2e76fb6 /arm-probe
parent42d8937c72027d1d2ed7ace76439c527ef896a97 (diff)
add fstack protector to everything
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'arm-probe')
-rw-r--r--arm-probe/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm-probe/Makefile.am b/arm-probe/Makefile.am
index ba5b19a..4d19416 100644
--- a/arm-probe/Makefile.am
+++ b/arm-probe/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS=arm-probe
arm_probe_SOURCES=arm-probe.c
-arm_probe_CFLAGS=-fPIC -Wall -Werror -std=gnu99 -pedantic -pthread -D_FORTIFY_SOURCE=2
+arm_probe_CFLAGS=-fPIC -Wall -Werror -std=gnu99 -pedantic -pthread -D_FORTIFY_SOURCE=2 -fstack-protector
arm_probe_LDFLAGS=-fPIC -pthread
arm_probe_LDADD=-L../libarmep -larmep