This is the mail archive of the gcc-patches@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: latest snapshot won't find C++ header files


On nil, 13 October 1998, 12:49:58, oliva@dcc.unicamp.br wrote:

 > [1  <text/plain; US-ASCII (7bit)>]
 > Jeffrey A Law <law@cygnus.com> writes:
 > 
 > >   In message <ork926p183.fsf@araguaia.dcc.unicamp.br>you write:
 > >> Index: ChangeLog
 > >> from  Alexandre Oliva  <oliva@dcc.unicamp.br>
 > >> 
 > >> * Makefile.in (build_tooldir): new variable, same as tooldir
 > >> (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): add
 > >> -B$(build_tooldir)/bin/
 > >> (BASE_FLAGS_TO_PASS): pass build_tooldir down
 > 
 > > There were some minor conflicts with recent unrelated changes to the toplevel
 > > Makefile.  I've fixed those conflicts (I think :-) and installed the patch.
 > 
 > > Installed!
 > 
 > Thanks.  If you didn't install Manfred's suggested fix for top-level
 > configure too, (and it seems like you didn't), Manfred, will you
 > please do so?

Can someone of you please do this for me? I don't have time enough anymore.

Thanks

manfred

 > 
 > -- 
 > Alexandre Oliva
 > mailto:oliva@dcc.unicamp.br mailto:oliva@gnu.org mailto:aoliva@acm.org
 > http://www.dcc.unicamp.br/~oliva
 > Universidade Estadual de Campinas, SP, Brasil
 > [2  <message/rfc822>]
 > 
 > [2.1 Re: latest snapshot won't find C++ header files <text/plain; US-ASCII>]
 > From: Manfred Hollstein <manfred@s-direktnet.de>
 > To: oliva@dcc.unicamp.br
 > Cc: law@cygnus.com, egcs-bugs@cygnus.com, egcs-patches@cygnus.com
 > Subject: Re: latest snapshot won't find C++ header files
 > Date: Mon, 12 Oct 1998 12:03:24 +0200 (MET DST)
 > 
 > 1998-10-12  Manfred Hollstein  <manfred@s-direktnet.de>
 > 
 > 	* configure: Add pattern to replace "build_tooldir"'s
 > 	definition in the generated Makefile with "tooldir"'s
 > 	actual value.
 > 
 > *** configure.orig	Mon Oct 12 11:55:55 1998
 > --- configure	Mon Oct 12 11:56:52 1998
 > ***************
 > *** 1333,1338 ****
 > --- 1333,1339 ----
 >                       -e "s:^program_suffix[ 	]*=.*$:program_suffix = ${program_suffix}:" \
 >                       -e "s:^program_transform_name[ 	]*=.*$:program_transform_name = ${program_transform_name}:" \
 >                       -e "s|^tooldir[ 	]*=.*$|tooldir = ${tooldir}|" \
 > +                     -e "s|^build_tooldir[ 	]*=.*$|build_tooldir = ${tooldir}|" \
 >   		    -e "s:^DEFAULT_YACC[	 ]*=.*$:DEFAULT_YACC = ${DEFAULT_YACC}:" \
 >   		    -e "s:^DEFAULT_LEX[	 ]*=.*$:DEFAULT_LEX = ${DEFAULT_LEX}:" \
 >   		    -e "s:^DEFAULT_M4[  ]*=.*$:DEFAULT_M4 = ${DEFAULT_M4}:" \
 > 
 > If you're allowed to  install your patch,  please add this  small one,
 > too.
 > 
 > Thanks.
 > manfred
 > 


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