diff options
author | Bill Richardson <wfrichar@chromium.org> | 2012-04-26 11:26:54 -0700 |
---|---|---|
committer | Bill Richardson <wfrichar@chromium.org> | 2012-04-26 13:57:19 -0700 |
commit | 31190cf21594f4ada3558693dab50ec6abb0d6b4 (patch) | |
tree | ab4391e5905328184c232a6ceff00b6039a3038f /Makefile.toolchain | |
parent | 9a59d98b3d1d72604b7c5ac916b494716bd83082 (diff) | |
download | chrome-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.toolchain | 2 |
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 |