Browse Source

- add bison

master
vanhofen 2 years ago
parent
commit
dbf00e2aa9
  1. 27
      package/bison/bison.mk

27
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)
Loading…
Cancel
Save