Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/intl/
DMakefile.in45 YACC = @INTLBISON@ -y -d
136 $(YACC) $(YFLAGS) --output $@ $<
/toolchain/binutils/binutils-2.27/binutils/
DMakefile.am33 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YAC… macro
DMakefile.in270 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
272 --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
406 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.27/gas/doc/
DMakefile.in235 YACC = @YACC@
/toolchain/binutils/binutils-2.27/
DMakefile.tpl143 YACC="$(YACC)"; export YACC; \
378 YACC = @YACC@
Dconfigure7730 if test -n "$YACC"; then
7731 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7751 if test -n "$YACC"; then
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7753 $as_echo "$YACC" >&6; }
7760 test -n "$YACC" && break
7762 test -n "$YACC" || YACC="$MISSING bison -y"
Dconfigure.ac3315 # Generate default definitions for YACC, M4, LEX and other programs that run
3320 AC_CHECK_PROGS([YACC], ['bison -y' byacc yacc], [$MISSING bison -y])
3322 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
DChangeLog1418 (YACC): Don't handle building byacc.
4554 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5503 (YACC): Fix typo.
5651 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10456 * Makefile.in (BISON, YACC): Use $$s.
10462 (YACC): Likewise.
10493 * configure: When handling a Canadian Cross, handle YACC as well as
10494 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10500 (YACC): bison -y or byacc or yacc.
11706 * Makefile.in configure: Change the way LEX and BISON/YACC are
[all …]
/toolchain/binutils/binutils-2.27/binutils/doc/
DMakefile.in254 YACC = @YACC@
/toolchain/binutils/binutils-2.27/gas/
DMakefile.am32 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ … macro
Dconfigure1452 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1454 YFLAGS The list of arguments that will be passed by default to $YACC.
12896 if test -n "$YACC"; then
12897 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12916 YACC=$ac_cv_prog_YACC
12917 if test -n "$YACC"; then
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12919 $as_echo "$YACC" >&6; }
12926 test -n "$YACC" && break
12928 test -n "$YACC" || YACC="yacc"
DMakefile.in149 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
151 --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
260 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.27/ld/
Dconfigure1483 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1485 YFLAGS The list of arguments that will be passed by default to $YACC.
16123 if test -n "$YACC"; then
16124 ac_cv_prog_YACC="$YACC" # Let the user override the test.
16143 YACC=$ac_cv_prog_YACC
16144 if test -n "$YACC"; then
16145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
16146 $as_echo "$YACC" >&6; }
16153 test -n "$YACC" && break
16155 test -n "$YACC" || YACC="yacc"
DMakefile.in178 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
180 --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
359 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).
/toolchain/binutils/binutils-2.27/gold/
DMakefile.in197 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)