summaryrefslogtreecommitdiffstats
path: root/toolchain.inc
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2014-05-17 14:20:11 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2014-05-17 21:14:35 +0200
commitb83f7deb78fbc440a42db47eaa0605e116d9d28e (patch)
treeffdb10190fbd3ad72e3bb8c5aa4846c84d44ef17 /toolchain.inc
parent58f73a69cd83c46604795d728f296779c1de162c (diff)
downloadcoreboot-b83f7deb78fbc440a42db47eaa0605e116d9d28e.tar.gz
coreboot-b83f7deb78fbc440a42db47eaa0605e116d9d28e.tar.bz2
coreboot-b83f7deb78fbc440a42db47eaa0605e116d9d28e.zip
build: get rid of a special case
Don't call things in xcompile i386 and in the buildsystem x86_32 and then bridge things so they match. just call it the same everywhere. Change-Id: Ieef5f03f7aafb0b0a606fbe5a2386e310d2b0e94 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/5766 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
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)