This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Now GCC is really hosed...
- To: mrs at windriver dot com
- Subject: Re: Now GCC is really hosed...
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Thu, 13 Jul 2000 23:40:18 -0700
- Cc: bkorb at sco dot COM, gcc-bugs at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <200007122135.OAA27004@kankakee.wrs.com>
>>>>> "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 ----