Re: choosing version of gcc to compile with

2003-06-23 Thread Nick Hastings
* Matt Price <[EMAIL PROTECTED]> [030624 10:13]: > Hi, > > How do I tell make (or, in the case of a kernel compile, make-kpkg) > which verison of gcc to compile with? You can put make-kpkg options in ~/.kernel-pkg.conf For example I have [EMAIL PROTECTED] ~ 6% cat ~/.kernel-pkg.conf maintaine

Re: choosing version of gcc to compile with

2003-06-23 Thread Brian P. Flaherty
Ross Boylan <[EMAIL PROTECTED]> writes: > I've seen various recommendations: > 1) CC= (or CXX) > kernel builds, at least with some add-ons, apparently require some > other variable get set too. I can't remember it offhand. > > or > 2) edit the makefiles by hand (ugh) > > or > 3) use dpkg-dive

Re: choosing version of gcc to compile with

2003-06-23 Thread Ross Boylan
On Mon, Jun 23, 2003 at 07:45:30PM -0400, Matt Price wrote: > Hi, > > How do I tell make (or, in the case of a kernel compile, make-kpkg) > which verison of gcc to compile with? > > thanks, > matt I've seen various recommendations: 1) CC= (or CXX) kernel builds, at least with some add-ons, a