Don't build libtcc1 with -fstack-protector-strong
commit178275dc0cbb3009728913689b489608c0469bdd
authorMatteo Cypriani <mcy@lm7.fr>
Sun, 7 Sep 2014 14:47:02 +0000 (7 10:47 -0400)
committerMatteo Cypriani <mcy@lm7.fr>
Sun, 7 Sep 2014 14:56:03 +0000 (7 10:56 -0400)
tree86e5e206077f91e95086344f74c22b9275cdbf7e
parent14745bdeb735d565b7589ba6032abd755267c850
Don't build libtcc1 with -fstack-protector-strong

Prevent libtcc1.a to be compiled with -fstack-protector-strong, so that
linking with tcc doesn't fail because symbol '__stack_chk_fail_local' is
not present in libtcc1.a. This is useful only if the CFLAGS passed from
the main Makefile contain this flag.
lib/Makefile