the following patch was just integrated into master: commit ab5754da6639f51ee2aec796f832ce4e3b164f82 Author: Patrick Georgi pgeorgi@google.com Date: Tue Sep 1 18:20:20 2015 +0200
cbfstool: off-by-one on the gcc version that provides _Static_assert
According to https://gcc.gnu.org/gcc-4.6/changes.html it's only in gcc 4.6, not 4.5, which I mistakenly believed.
Change-Id: I8212e7921bd9d1436a0ba491cbe6c4d473228956 Signed-off-by: Patrick Georgi pgeorgi@google.com Reviewed-on: http://review.coreboot.org/11476 Reviewed-by: Jonathan A. Kollasch jakllsch@kollasch.net Tested-by: build bot (Jenkins)
See http://review.coreboot.org/11476 for details.
-gerrit