From 3df9262b096fe2284a7d91f09b7b410df0359a46 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 2 Feb 2016 19:33:00 +0100 Subject: crossgcc: Bring back the old iasl building scheme This makes the cross{gcc,tools}-* targets build iasl again, without building it many times for cross{gcc,tools} Change-Id: I7546c2af5f7cce3a4f1a08f593fb5cbc675d69ad Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/13564 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- util/crossgcc/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc index 1c28504e33..be0facc9d9 100644 --- a/util/crossgcc/Makefile.inc +++ b/util/crossgcc/Makefile.inc @@ -41,7 +41,7 @@ crossgcc: clean-for-update crosstools-aarch64 crosstools-mips crosstools-riscv crosstools-power8 $(foreach arch,$(TOOLCHAIN_ARCHES),crossgcc-$(arch)): clean-for-update - $(MAKE) -C util/crossgcc $(patsubst crossgcc-%,build-%,$@) SKIP_GDB=1 + $(MAKE) -C util/crossgcc $(patsubst crossgcc-%,build-%,$@) build_iasl SKIP_GDB=1 crosstools: clean-for-update $(MAKE) -C util/crossgcc all_with_gdb SKIP_CLANG=1 @@ -53,7 +53,7 @@ clang: clean-for-update $(MAKE) -C util/crossgcc build_clang $(foreach arch,$(TOOLCHAIN_ARCHES),crosstools-$(arch)): clean-for-update - $(MAKE) -C util/crossgcc $(patsubst crosstools-%,build-%,$@) + $(MAKE) -C util/crossgcc $(patsubst crosstools-%,build-%,$@) build_iasl crossgcc-clean: clean-for-update $(MAKE) -C util/crossgcc clean -- cgit v1.2.3