xref: /OK3568_Linux_fs/buildroot/package/bison/bison.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# bison
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunBISON_VERSION = 3.8.2
8*4882a593SmuzhiyunBISON_SOURCE = bison-$(BISON_VERSION).tar.xz
9*4882a593SmuzhiyunBISON_SITE = $(BR2_GNU_MIRROR)/bison
10*4882a593SmuzhiyunBISON_LICENSE = GPL-3.0+
11*4882a593SmuzhiyunBISON_LICENSE_FILES = COPYING
12*4882a593SmuzhiyunBISON_CPE_ID_VENDOR = gnu
13*4882a593Smuzhiyun# parallel build issue in examples/c/reccalc/
14*4882a593SmuzhiyunBISON_MAKE = $(MAKE1)
15*4882a593SmuzhiyunHOST_BISON_DEPENDENCIES = host-m4
16*4882a593SmuzhiyunHOST_BISON_CONF_OPTS = --enable-relocatable
17*4882a593SmuzhiyunHOST_BISON_CONF_ENV = ac_cv_libtextstyle=no
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun$(eval $(host-autotools-package))
20