Add -marm -fno-stack-protector to CFLAGS on ARM
authorLoïMinier <loic.minier@linaro.org>
Mon, 14 Mar 2011 07:31:36 +0000 (13:01 +0530)
committerAnand Gadiyar <gadiyar@ti.com>
Mon, 14 Mar 2011 08:22:28 +0000 (13:52 +0530)
commitbcd83f847520a6e92fc3e8d2934f7e1c75380406
tree49b6a03f9e7db4a03f8d2247f24385e35d490105
parent185ad03d6f1ecdb6e40afbe909687042dec76875
Add -marm -fno-stack-protector to CFLAGS on ARM

The Linaro-based arm-linux-gnueabi cross-compiler in Ubuntu defaults to
Thumb 2 and enables the stack protector by default, both of which can
break x-loader at runtime (the former breaks the build).

Signed-off-by: LoïMinier <loic.minier@linaro.org>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
config.mk