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/comp_tools | |
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/comp_tools')
-rw-r--r-- | config/comp_tools/bison.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/comp_tools/bison.in b/config/comp_tools/bison.in new file mode 100644 index 00000000..b0dc9e17 --- /dev/null +++ b/config/comp_tools/bison.in @@ -0,0 +1 @@ +# GNU bison |