diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-14 18:43:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-14 18:43:48 +0000 |
commit | 72d8a21508667477eda37692a00238eba8bde93a (patch) | |
tree | 2b78d4648c1f766d8789b0c874eb22a5f4f1029a /ChangeLog | |
parent | 23cb1bc1aad98fccb9781433fab9838ae3037b0b (diff) | |
download | gdb-72d8a21508667477eda37692a00238eba8bde93a.zip gdb-72d8a21508667477eda37692a00238eba8bde93a.tar.gz gdb-72d8a21508667477eda37692a00238eba8bde93a.tar.bz2 |
* configure: When handling a Canadian Cross, handle YACC as well as
BISON. Just set BISON to bison. When setting YACC, prefer bison.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com> + + * configure: When handling a Canadian Cross, handle YACC as well as + BISON. Just set BISON to bison. When setting YACC, prefer bison. + +Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com> + + * Makefile.in (BISON): bison, not byacc or bison -y. + (YACC): bison -y or byacc or yacc. + (various): Add *-bison as appropriate. + (taz): No need to mess with BISON anymore. + Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com> * configure: If OSTYPE matches *win32*, try to find a good value for |