Skip to content
Snippets Groups Projects
Commit 4d60e89c authored by James K. Lowden's avatar James K. Lowden :anchor:
Browse files

use gcc BISON and FLEX definitions

parent 32201e81
No related branches found
No related tags found
No related merge requests found
Pipeline #2469 failed
...@@ -64,11 +64,9 @@ CPPFLAGS = \ ...@@ -64,11 +64,9 @@ CPPFLAGS = \
-DEXEC_LIB=\"$(PREFIX)/$(libdir)\" \ -DEXEC_LIB=\"$(PREFIX)/$(libdir)\" \
$(END) $(END)
BISON = bison
YFLAGS = -Werror -Wmidrule-values -Wno-yacc \ YFLAGS = -Werror -Wmidrule-values -Wno-yacc \
--debug --verbose --debug --verbose
FLEX = flex
LFLAGS = -d -Ca LFLAGS = -d -Ca
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment