build: xtools: fix 'make qemu'
Brew places QEMU in /usr/local/bin. Change-Id: I6de8bb93e85e0ded9d471972596d38800615b793 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
9cfed4940c
commit
26f37bab4c
1 changed files with 3 additions and 1 deletions
|
@ -22,4 +22,6 @@ TOOLCHAIN_LIBS = gcc
|
|||
|
||||
LIB_INCLUDE_DIR += -L ${XTOOLS_TOOLCHAIN_PATH}/${CROSS_COMPILE_TARGET}/lib/gcc/${CROSS_COMPILE_TARGET}/${CROSS_COMPILE_version}/
|
||||
|
||||
export CROSS_COMPILE TOOLCHAIN_LIBS LIB_INCLUDE_DIR TOOLCHAIN_CFLAGS
|
||||
QEMU_BIN_PATH ?= /usr/local/bin
|
||||
|
||||
export CROSS_COMPILE TOOLCHAIN_LIBS LIB_INCLUDE_DIR TOOLCHAIN_CFLAGS QEMU_BIN_PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue