Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b78ebb31 authored by Christopher N. Hesse's avatar Christopher N. Hesse
Browse files

core: config: Use host bison if requested

Change-Id: I87a232838cbc49ab758ed7bf27d97c59d9928e69
parent 5f04d9d9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -534,7 +534,11 @@ endif
# To run bison from elsewhere you need to set up enviromental variable
# BISON_PKGDATADIR.
BISON_PKGDATADIR := $(PWD)/external/bison/data
ifeq ($(USE_HOST_BISON),yes)
BISON := bison
else
BISON := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/bison/bison
endif
YACC := $(BISON) -d

YASM := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/yasm/yasm