• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

build


Commit MetaInfo

Revisionb78ebb3162b28dba959aebba5c799a822e30e6b6 (tree)
Zeit2017-09-29 04:13:38
AutorChristopher N. Hesse <raymanfx@gmai...>
CommiterChristopher N. Hesse

Log Message

core: config: Use host bison if requested

Change-Id: I87a232838cbc49ab758ed7bf27d97c59d9928e69

Ändern Zusammenfassung

Diff

--- a/core/config.mk
+++ b/core/config.mk
@@ -534,7 +534,11 @@ endif
534534 # To run bison from elsewhere you need to set up enviromental variable
535535 # BISON_PKGDATADIR.
536536 BISON_PKGDATADIR := $(PWD)/external/bison/data
537+ifeq ($(USE_HOST_BISON),yes)
538+BISON := bison
539+else
537540 BISON := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/bison/bison
541+endif
538542 YACC := $(BISON) -d
539543
540544 YASM := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/yasm/yasm