diff --git a/package/bison/bison.mk b/package/bison/bison.mk new file mode 100644 index 00000000..10a39223 --- /dev/null +++ b/package/bison/bison.mk @@ -0,0 +1,27 @@ +################################################################################ +# +# bison +# +################################################################################ + +BISON_VERSION = 3.8.2 +BISON_DIR = bison-$(BISON_VERSION) +BISON_SOURCE = bison-$(BISON_VERSION).tar.xz +BISON_SITE = $(GNU_MIRROR)/bison + +# ----------------------------------------------------------------------------- + +HOST_BISON_DEPENDENCIES = host-m4 + +HOST_BISON_CONF_ENV = \ + ac_cv_libtextstyle=no + +HOST_BISON_CONF_OPTS = \ + --enable-relocatable + +# parallel build issue in examples/c/reccalc/ +HOST_BISON_MAKE = \ + $(MAKE1) + +host-bison: | $(HOST_DIR) + $(call host-autotools-package)