Skip to content

Commit 26f37ba

Browse files
Andrew BoieAnas Nashif
authored andcommitted
build: xtools: fix 'make qemu'
Brew places QEMU in /usr/local/bin. Change-Id: I6de8bb93e85e0ded9d471972596d38800615b793 Signed-off-by: Andrew Boie <[email protected]>
1 parent 9cfed49 commit 26f37ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/Makefile.toolchain.xtools

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ TOOLCHAIN_LIBS = gcc
2222

2323
LIB_INCLUDE_DIR += -L ${XTOOLS_TOOLCHAIN_PATH}/${CROSS_COMPILE_TARGET}/lib/gcc/${CROSS_COMPILE_TARGET}/${CROSS_COMPILE_version}/
2424

25-
export CROSS_COMPILE TOOLCHAIN_LIBS LIB_INCLUDE_DIR TOOLCHAIN_CFLAGS
25+
QEMU_BIN_PATH ?= /usr/local/bin
26+
27+
export CROSS_COMPILE TOOLCHAIN_LIBS LIB_INCLUDE_DIR TOOLCHAIN_CFLAGS QEMU_BIN_PATH

0 commit comments

Comments
 (0)