summaryrefslogtreecommitdiff
path: root/Makefile.toolchain
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2012-04-26 11:26:54 -0700
committerBill Richardson <wfrichar@chromium.org>2012-04-26 13:57:19 -0700
commit31190cf21594f4ada3558693dab50ec6abb0d6b4 (patch)
treeab4391e5905328184c232a6ceff00b6039a3038f /Makefile.toolchain
parent9a59d98b3d1d72604b7c5ac916b494716bd83082 (diff)
downloadchrome-ec-31190cf21594f4ada3558693dab50ec6abb0d6b4.tar.gz
Create host-side lightbar bikeshedding tool.
BUG=chrome-os-partner:7839 TEST=manual cd src/platform/ec make BOARD=link copy ./build/link/util/lbplay to the host and run it as root. Change-Id: I6a4a842b7500751185c8f4c2744f4389226bae9b Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'Makefile.toolchain')
-rw-r--r--Makefile.toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toolchain b/Makefile.toolchain
index 89977f5c78..4aae435863 100644
--- a/Makefile.toolchain
+++ b/Makefile.toolchain
@@ -7,7 +7,7 @@
# Toolchain configuration
CROSS_COMPILE ?= arm-none-eabi-
-HOST_CROSS_COMPILE ?= i686-pc-linux-gnu-
+HOST_CROSS_COMPILE ?= x86_64-pc-linux-gnu-
CC=$(CROSS_COMPILE)gcc
CPP=$(CROSS_COMPILE)cpp