diff options
-rw-r--r-- | toolchain.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain.inc b/toolchain.inc index 568b3d639a..9417a7323c 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)))) |