Searched refs:YACC (Results 1 – 23 of 23) sorted by relevance
/toolchain/binutils/binutils-2.25/intl/ |
D | Makefile.in | 45 YACC = @INTLBISON@ -y -d 136 $(YACC) $(YFLAGS) --output $@ $<
|
/toolchain/binutils/binutils-2.25/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 | 248 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…
|
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.25/gas/doc/ |
D | Makefile.in | 206 YACC = @YACC@
|
/toolchain/binutils/binutils-2.25/gold/ |
D | configure | 1470 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"
|
D | Makefile.in | 186 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
|
/toolchain/binutils/binutils-2.25/ |
D | Makefile.tpl | 142 YACC="$(YACC)"; export YACC; \ 375 YACC = @YACC@
|
D | configure | 7767 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"
|
D | configure.ac | 3125 # 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' ;;
|
D | ChangeLog | 1029 (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 …]
|
D | Makefile.in | 139 YACC="$(YACC)"; export YACC; \ 372 YACC = @YACC@
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
D | Makefile.in | 226 YACC = @YACC@
|
/toolchain/binutils/binutils-2.25/gas/ |
D | Makefile.am | 27 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ … macro
|
D | configure | 1436 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"
|
D | Makefile.in | 132 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@ …
|
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.25/ld/ |
D | configure | 1475 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"
|
D | Makefile.in | 135 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…
|
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).
|