the following patch was just integrated into master: commit 56440ee651a1508722d3256003fe66d126b0f8e5 Author: Raymond Danks raymonddanks@gmail.com Date: Sat Sep 3 21:45:38 2011 -0600
mkelfImage: Use -fno-stack-protector if supported by gcc
Gcc 4.1 comes with an SSP https://wiki.ubuntu.com/GccSsp This is disabled to work around '__stack_chk_fail' symbol not found failures http://www.coreboot.org/FAQ/Obsolete#How_do_I_fix_stack_chk_fail_errors.3F
The presence of -fno-stack-protector is tested for automatically by configure.
Change-Id: I28ef158829f5935f985cfd5a5440733685cf479a Reported-by: Raymond Danks raymonddanks@gmail.com Signed-off-by: Raymond Danks raymonddanks@gmail.com
See http://review.coreboot.org/112 for details.
-gerrit