This is the mail archive of the gcc@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: rfc: new libgcc build mechanism


Donn Terry <donnte@microsoft.com>:
> That would be nice... in fact configure HAS done a meta
> build to presumably fix as much as it can.  However, CC can
> be passed in on the make command line, and thus needs to be
> munged at make time, so the munging needs to be in the makefile.

or you can use a two-stage make.  (ie, Makefile just writes
vars.mk then invokes 'make -f vars.mk -f build.mk')
--

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