This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Now GCC is really hosed...


>>>>> "Mike" == Mike Stump <mrs@windriver.com> writes:

    >> From: Mark Mitchell <mark@codesourcery.com> Date: Wed, 12 Jul
    >> 2000 10:17:09 -0700

    >> I posted a message about this patch.  Did you see it?

    >> You now need bison installed to build from CVS.

    Mike> You might as well bite the bullet fully (from update_gcc):

Checked in the attached.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

2000-07-13  Mark Mitchell  <mark@codesourcery.com>

	* parse.c: Remove.

2000-07-13  Mark Mitchell  <mark@codesourcery.com>

	* gcc_update (files_and_dependencies): Remove generated YACC files.

Index: gcc_update
===================================================================
RCS file: /cvs/gcc/egcs/contrib/gcc_update,v
retrieving revision 1.11
retrieving revision 1.12
diff -c -p -r1.11 -r1.12
*** gcc_update	2000/07/12 07:12:56	1.11
--- gcc_update	2000/07/14 06:38:49	1.12
*************** gcc/fixinc/fixincl.x: gcc/fixinc/fixincl
*** 70,76 ****
  gcc/tradcif.c: gcc/tradcif.y
  # And then, language-specific files
  gcc/java/parse.h: gcc/java/parse.y
- gcc/java/parse.c: gcc/java/parse.y gcc/java/lex.c gcc/java/parse.h gcc/java/lex.h
  # And libraries, at last
  libchill/configure: libchill/configure.in
  libf2c/configure: libf2c/configure.in
--- 70,75 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]