From e820e5cb3aed810fa9ba6047ce9b8bf352335e32 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 26 Nov 2012 14:33:09 -0800 Subject: Make xcompile support multiple architectures With this change the the xcompile script now creates environment variables for more than one architecture. Signed-off-by: David Hendricks Signed-off-by: Hung-Te Lin Signed-off-by: Stefan Reinauer Change-Id: I349a1fd1d865ef16979f1dfd6aeca12b1ee2eed6 Signed-off-by: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/1915 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index 4c0a53f94c..ff7454eff1 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -23,7 +23,6 @@ export KERNELVERSION := $(shell if [ -d "$(top)/.git" -a -f "`which git`" ]; the ####################################################################### # Basic component discovery -ARCHDIR-$(CONFIG_ARCH_X86) := x86 MAINBOARDDIR=$(call strip_quotes,$(CONFIG_MAINBOARD_DIR)) export MAINBOARDDIR -- cgit v1.2.3