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]
Other format: [Raw text]

Re: PATCH: Use GNU Makeisms to simplify libgcc build


On Thu, Aug 28, 2003 at 08:27:45PM -0300, Alexandre Oliva wrote:
> > Ideally, now that we are requiring GNU make, libgcc.mk would just be
> > "include"d in the Makefile
> 
> include doesn't require GNU make.  BSD make and several other makes
> support include just as well as GNU make, even with the same syntax.

Actually, if we require gnu make, then we don't need mklibgcc.in at all,
and thus do not need to generate a 400k libgcc.mk and include it.  We
can use text expansion functions to do the job directly.


r~


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