the following patch was just integrated into master: commit 9b229858b2b0887511ae78e1535a422795e77736 Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Thu Jun 26 18:12:11 2014 +1000
lib/Makefile.inc: Stop gcc.c getting into SMM clang builds
The libgcc runtime workarounds found in gcc.c are not needed for compiler-rt used by the Clang toolchain. Stop gcc.c from sneaking into Clang builds while processing boards that use SMM code.
Change-Id: I51e8d517784721d28b4d951bd0bebc8b52682a8e Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com Reviewed-on: http://review.coreboot.org/6121 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering vidwer@gmail.com
See http://review.coreboot.org/6121 for details.
-gerrit