From e24a119cceeef8ad62672fad2b92fd2f026621ab Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 17 May 2014 19:05:56 +0200 Subject: build: allow romcc to be wrapped MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow ccache and scan-build to wrap romcc. This works a bit different from the other compilers because we only define it later. Change-Id: I3adce91d3dde9dd50aa6a2baad5b457744f35575 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/5773 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3404a5199a68..5c4484aed143 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ CCACHE:=CCACHE_COMPILERCHECK=content CCACHE_BASEDIR=$(top) $(CCACHE) CC := $(CCACHE) $(CC) HOSTCC := $(CCACHE) $(HOSTCC) HOSTCXX := $(CCACHE) $(HOSTCXX) -ROMCC := $(CCACHE) $(ROMCC) +ROMCC_BIN := $(CCACHE) $(ROMCC_BIN) endif strip_quotes = $(subst ",,$(subst \",,$(1))) -- cgit v1.2.3