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: egcs-970929: Small changes to bootstrap handling.



  In message <199710051538.RAA00716@saturn.s-direktnet.de>you write:
  > Hi there,
  > 
  > the recent introduction  of the new bootstrap*-lean   goals was a  big
  > ease  for  building more  compilers in   parallel. But,  I  don't like
  > duplicating   nearly identical stuff; my patch    uses the make target
  > macro "$@" to avoid this duplication.
  > 
  > In addition,  it introduces one more bootstrap4  target if  the stage3
  > compiler isn't enough.
  > 
  > Sun Oct  5 17:29:00 1997  Manfred Hollstein  (manfred@s-direktnet.de)
  > 
  > 	* Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
  > 	targets using "$@" to provide support for similar but not identical
  > 	targets without having to duplicate code.
  > 
  > 	* gcc/Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
  > 	targets using "$@" to provide support for similar but not identical
  > 	targets without having to duplicate code.
  > 	(bootstrap4): New goal.
I *thought* I'd remembered seeing a patch from you which
cleaned this stuff up.  Finally found it.  Thanks!

jeff


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