configs: mx53loco: Bump U-Boot version to 2016.07
[buildroot-gz.git] / package / radvd / 0002-Don-t-force-fstack-protector-the-toolchain-might-lac.patch
blob44768086cc8605c9ea40201cb7681cb2bc222dc0
1 From 324e1ebc7b86f68f49fb4f1c34a4de60d18dd3c1 Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Sun, 23 Nov 2014 12:17:11 +0100
4 Subject: [PATCH 2/3] Don't force -fstack-protector, the toolchain might lack
5 support for it
7 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
8 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 ---
10 Makefile.am | 1 -
11 1 file changed, 1 deletion(-)
13 diff --git a/Makefile.am b/Makefile.am
14 index 80633e7..8b5a2e4 100644
15 --- a/Makefile.am
16 +++ b/Makefile.am
17 @@ -43,7 +43,6 @@ DISABLE_WARNINGS = \
19 AM_CFLAGS = \
20 -fno-strict-aliasing \
21 - -fstack-protector \
22 $(ENABLE_WARNINGS) \
23 $(DISABLE_WARNINGS)
25 --
26 2.1.0