summaryrefslogtreecommitdiffstats
path: root/toolchain.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain.inc')
-rw-r--r--toolchain.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain.inc b/toolchain.inc
index dca00fc6e3cb..f666e0cc529a 100644
--- a/toolchain.inc
+++ b/toolchain.inc
@@ -81,9 +81,6 @@ init_standard_toolchain = \
init_stages = \
$(foreach stage,$(COREBOOT_STANDARD_STAGES),$(eval $(call init_standard_toolchain,$(stage))))
-# This mapping is created to have consistency with xcompile naming
-$(eval $(call create_class_compiler,x86_32,i386))
-
$(eval $(call toolchain_to_dir))
$(call init_stages)