Searched refs:YACC (Results 1 – 21 of 21) sorted by relevance
/toolchain/binutils/binutils-2.27/intl/ |
D | Makefile.in | 45 YACC = @INTLBISON@ -y -d 136 $(YACC) $(YFLAGS) --output $@ $<
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | Makefile.am | 33 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YAC… macro
|
D | Makefile.in | 270 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…
|
D | ChangeLog-9899 | 353 * 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/ |
D | Makefile.in | 235 YACC = @YACC@
|
/toolchain/binutils/binutils-2.27/ |
D | Makefile.tpl | 143 YACC="$(YACC)"; export YACC; \ 378 YACC = @YACC@
|
D | configure | 7730 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"
|
D | configure.ac | 3315 # 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' ;;
|
D | ChangeLog | 1418 (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/ |
D | Makefile.in | 254 YACC = @YACC@
|
/toolchain/binutils/binutils-2.27/gas/ |
D | Makefile.am | 32 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ … macro
|
D | configure | 1452 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"
|
D | Makefile.in | 149 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@ …
|
D | ChangeLog-9697 | 2213 $(BISONFLAGS), not $(YACC) and $(YACCFLAGS).
|
D | ChangeLog-0001 | 6787 * Makefile.am (YACC, LEX): Get them from configure.
|
/toolchain/binutils/binutils-2.27/ld/ |
D | configure | 1483 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"
|
D | Makefile.in | 178 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…
|
D | Makefile.am | 28 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YAC… macro
|
D | ChangeLog-9899 | 403 * Makefile.am (YACC): If bison is not in the source tree, use 404 @YACC@ rather than bison -y.
|
D | ChangeLog-9197 | 7064 of YACC (since it is not longer used in the Makefile).
|
/toolchain/binutils/binutils-2.27/gold/ |
D | Makefile.in | 197 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
|