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: fix for libf2c installation


On nil, 21 June 1998, 16:29:33, d.love@dl.ac.uk wrote:

 > >>>>> "Manfred" == Manfred Hollstein <manfred@s-direktnet.de> writes:
 > 
 >  Manfred> This patch shouldn't be necessary with the patch I've
 >  Manfred> checked in two days ago, though, since it uses the same
 >  Manfred> defaults, it doesn't hurt.
 > 
 > What patch?  I did an update beforehand and I still can't see anything
 > in the ChangeLog or cvs status for configure.in/Makefile.in.

It was  the patch below. It's not  fixing anything in Fortran specific
files, but  in the toplevel files,  which now pass down the particular
vars. Perhaps this is why you didn't recognize it.

manfred

On Fri, 19 June 1998, 14:43:04, manfred@s-direktnet.de wrote:

 > On Thu, 18 June 1998, 23:33:25, law@hurl.cygnus.com wrote:
 > 
 >  > You can install the change, without the parts which change the install
 >  > directory for libstdc++ libraries, include files and _G_config.h.
 >  > 
 >  > I have serious reservations about changing those since the discussion
 >  > on this topic was rather lengthy in the past and I don't remember a
 >  > solid yes/no decision ever being made on this topic.
 > 
 > Done. I've actually checked in the appended patch.
 > 
 > manfred
 > 
 > egcs-19980619/ChangeLog
 > 
 > 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
 > 
 > 	* configure (gcc_version): Add new variable describing the
 > 	particular gcc version we're building.
 > 	* Makefile.in (libsubdir): Add new macro for the directory
 > 	in which the compiler finds executables, libraries, etc.
 > 	(BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
 > 	and libsubdir.
 > 
 > egcs-19980619/gcc/ChangeLog
 > 
 > 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
 > 
 > 	* Makefile.in (installdirs): Loop over directories in $(libsubdir)
 > 	creating probably missing ones, instead of single if statements.
 > 
 > egcs-19980619/libio/ChangeLog
 > 
 > 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
 > 
 > 	* config.shared (FLAGS_TO_PASS): Add libsubdir.



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