Hi Patrick,
Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/250
Unfortunately this update doesn't help with the problems i was seeing on my Debian squeeze (stable) GCC :Debian 4.4.5-8.
CC wasn't set and bison and flex were not instaled.
The acpica-unix-20110922/README states that the Makefiles contain CC = gcc but only the main acpica-unix-20110922/generate/ unix/Makefile.config contains it and it is not used by coreboot.
The attached patch adds CC = gcc and also tests for bison and flex.
Signed-off-by: Nils Jacobs njacobs8@adsltotaal.nl
Thanks, Nils.