diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-03 11:54:48 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-03 11:54:48 +0300 |
commit | 21d9d035abc6ff178a0fd1a1b9de307e5ac52393 (patch) | |
tree | fdff830e63ea3294bd1ee7f831007ff7368dae8e /core | |
parent | ff6f02711348f7fd0ff8750671ed17db6ed48d1a (diff) | |
download | repository-21d9d035abc6ff178a0fd1a1b9de307e5ac52393.tar.gz |
gcc: replace bison with byacc
Diffstat (limited to 'core')
-rw-r--r-- | core/gcc/depends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gcc/depends b/core/gcc/depends index ca8b7e57..3eb45901 100644 --- a/core/gcc/depends +++ b/core/gcc/depends @@ -1,4 +1,4 @@ binutils -bison make +byacc make flex make zlib |