the following patch was just integrated into master: commit c4b684ebee0ccbf1b67064317f68f5287e720642 Author: Martin Roth martinroth@google.com Date: Tue Jan 5 14:47:59 2016 -0700
xcompile: Put compiler variables outside of 'if' to allow checking
In order to be able to check the compiler versions, we need to be able to access the compiler variables. Move the original assignments outside of the GCC check, and assign either the GCC or CLANG compiler to the actual CC_ environment variable later. This ends up with the same value set, while allowing the compiler versions to be checked.
Change-Id: Iffad02d526420ebbdfb15ed45eb51187caaa94fb Signed-off-by: Martin Roth martinroth@google.com Reviewed-on: https://review.coreboot.org/12841 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi pgeorgi@google.com
See https://review.coreboot.org/12841 for details.
-gerrit