diff options
author | Alexey Neyman <stilor@att.net> | 2019-03-04 00:22:02 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-03-04 00:22:02 -0800 |
commit | b3cce054ef381502af4f58105604081bf431ac9e (patch) | |
tree | 991fc932da90da7fbbd055a46dc53395889f2dd3 /config/configure.in.in | |
parent | da11216f8d2630a3a3409ae17549bc0f472d64b6 (diff) | |
download | crosstool-ng-b3cce054ef381502af4f58105604081bf431ac9e.tar.gz crosstool-ng-b3cce054ef381502af4f58105604081bf431ac9e.tar.bz2 crosstool-ng-b3cce054ef381502af4f58105604081bf431ac9e.zip |
Meet our new companion tool, bison
Which is here courtesy of CentOS6, which only has bison 2.4 - while new
glibc requires 2.7.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/configure.in.in')
-rw-r--r-- | config/configure.in.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/configure.in.in b/config/configure.in.in index c8df5a35..27e9f168 100644 --- a/config/configure.in.in +++ b/config/configure.in.in @@ -39,6 +39,9 @@ config CONFIGURE_has_gnu_m4_1_4_12_or_newer config CONFIGURE_has_python_3_4_or_newer @KCONFIG_python_3_4_or_newer@ +config CONFIGURE_has_bison_2_7_or_newer + @KCONFIG_bison_2_7_or_newer@ + config CONFIGURE_has_python @KCONFIG_python@ |