From 262f31c3525f57f29310b5c7173b1a0f34efe792 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 17 May 2014 15:13:40 +0200 Subject: build: remove call to missing function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit set_stage_libgcc never existed in our tree. Change-Id: I864fc683dd7b89a030daf05eafb9624ce828cb72 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/5770 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- toolchain.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toolchain.inc') diff --git a/toolchain.inc b/toolchain.inc index 568b3d639a2e..9417a7323c1a 100644 --- a/toolchain.inc +++ b/toolchain.inc @@ -70,8 +70,7 @@ endef # @1 : stage for which the toolchain is to be initialized init_standard_toolchain = \ $(eval $(call set_stage_toolchain,$(1))) \ - $(eval $(call create_class_compiler,$(1),$(ARCH-$(1)-y))) \ - $(eval $(call set_stage_libgcc,$(1))) + $(eval $(call create_class_compiler,$(1),$(ARCH-$(1)-y))) init_stages = \ $(foreach stage,$(COREBOOT_STANDARD_STAGES),$(eval $(call init_standard_toolchain,$(stage)))) -- cgit v1.2.3