Home
last modified time | relevance | path

Searched refs:YACC (Results 1 – 23 of 23) sorted by relevance

/toolchain/binutils/binutils-2.25/intl/
DMakefile.in45 YACC = @INTLBISON@ -y -d
136 $(YACC) $(YFLAGS) --output $@ $<
/toolchain/binutils/binutils-2.25/binutils/
DMakefile.am33 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YAC… macro
DMakefile.in248 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
250 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
378 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YAC…
DChangeLog-9899353 * Makefile.am (YACC): If bison is not in the source tree, use
354 @YACC@ rather than bison -y.
1510 * Makefile.am (YACC): Correct bison -L option.
/toolchain/binutils/binutils-2.25/gas/doc/
DMakefile.in206 YACC = @YACC@
/toolchain/binutils/binutils-2.25/gold/
Dconfigure1470 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1472 YFLAGS The list of arguments that will be passed by default to $YACC.
5076 if test -n "$YACC"; then
5077 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5096 YACC=$ac_cv_prog_YACC
5097 if test -n "$YACC"; then
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
5099 $as_echo "$YACC" >&6; }
5106 test -n "$YACC" && break
5108 test -n "$YACC" || YACC="yacc"
DMakefile.in186 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
/toolchain/binutils/binutils-2.25/
DMakefile.tpl142 YACC="$(YACC)"; export YACC; \
375 YACC = @YACC@
Dconfigure7767 if test -n "$YACC"; then
7768 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7788 if test -n "$YACC"; then
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7790 $as_echo "$YACC" >&6; }
7797 test -n "$YACC" && break
7799 test -n "$YACC" || YACC="$MISSING bison -y"
Dconfigure.ac3125 # Generate default definitions for YACC, M4, LEX and other programs that run
3130 AC_CHECK_PROGS([YACC], ['bison -y' byacc yacc], [$MISSING bison -y])
3132 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
DChangeLog1029 (YACC): Don't handle building byacc.
4165 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5114 (YACC): Fix typo.
5262 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10067 * Makefile.in (BISON, YACC): Use $$s.
10073 (YACC): Likewise.
10104 * configure: When handling a Canadian Cross, handle YACC as well as
10105 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10111 (YACC): bison -y or byacc or yacc.
11317 * Makefile.in configure: Change the way LEX and BISON/YACC are
[all …]
DMakefile.in139 YACC="$(YACC)"; export YACC; \
372 YACC = @YACC@
/toolchain/binutils/binutils-2.25/binutils/doc/
DMakefile.in226 YACC = @YACC@
/toolchain/binutils/binutils-2.25/gas/
DMakefile.am27 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ … macro
Dconfigure1436 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1438 YFLAGS The list of arguments that will be passed by default to $YACC.
12767 if test -n "$YACC"; then
12768 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12787 YACC=$ac_cv_prog_YACC
12788 if test -n "$YACC"; then
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12790 $as_echo "$YACC" >&6; }
12797 test -n "$YACC" && break
12799 test -n "$YACC" || YACC="yacc"
DMakefile.in132 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
134 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
237 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ …
DChangeLog-96972213 $(BISONFLAGS), not $(YACC) and $(YACCFLAGS).
DChangeLog-00016787 * Makefile.am (YACC, LEX): Get them from configure.
/toolchain/binutils/binutils-2.25/ld/
Dconfigure1475 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1477 YFLAGS The list of arguments that will be passed by default to $YACC.
16056 if test -n "$YACC"; then
16057 ac_cv_prog_YACC="$YACC" # Let the user override the test.
16076 YACC=$ac_cv_prog_YACC
16077 if test -n "$YACC"; then
16078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
16079 $as_echo "$YACC" >&6; }
16086 test -n "$YACC" && break
16088 test -n "$YACC" || YACC="yacc"
DMakefile.in135 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
137 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
303 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YAC…
DMakefile.am28 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YAC… macro
DChangeLog-9899403 * Makefile.am (YACC): If bison is not in the source tree, use
404 @YACC@ rather than bison -y.
DChangeLog-91977064 of YACC (since it is not longer used in the Makefile).