All of lore.kernel.org
 help / color / mirror / Atom feed
* Build process
@ 2004-11-07 22:46 Philip Taylor
  2004-11-08  8:05 ` Keir Fraser
  0 siblings, 1 reply; 6+ messages in thread
From: Philip Taylor @ 2004-11-07 22:46 UTC (permalink / raw)
  To: xen-devel

   I've been playing a little with Xen on Gentoo (just out of interest, 
rather than for any productive reason), and considered making an ebuild 
to allow a simple "emerge xen-utilities xen-sources" method of compiling 
the tools and kernel (probably equivalent to "emerge usermode-utilities 
usermode-sources" for UML). (It would be easier if I knew what I was 
doing, and I haven't actually got much working yet, but it should be 
theoretically possible.)

   One small (but annoying) problem was that I couldn't change the 
compiler. Some of the Makefiles set 'CC=gcc' and 'HOSTCC=gcc', which 
referred to GCC 3.4 (which doesn't work -- I think it died while 
compiling the kernel), and I wanted to explicitly use the GCC 3.3 
binary. The GCC problem was relatively easily fixed by swapping my 
system's default gcc; but I also fancied using ccache, which usually 
works by just changing CC, and couldn't find any way to do that without 
altering the makefiles (and I'd prefer to build from a clean copy of the 
source).
   Would it be possible/safe to use something like 'CC ?= gcc' and 
'HOSTCC ?= $(CC)' (I hope that does what I expect) in all the relevant 
makefiles, so the compiler can be easily overriden? Or is there some 
other solution that I've missed?

Thanks,
-- 
Philip Taylor
philip@zaynar.demon.co.uk


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-11-15 21:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-07 22:46 Build process Philip Taylor
2004-11-08  8:05 ` Keir Fraser
2004-11-09 22:39   ` Philip Taylor
2004-11-10  1:38     ` Jerome Brown
2004-11-11 21:19       ` Philip Taylor
     [not found]         ` <4197BF8E.9070509@orcon.net.nz>
     [not found]           ` <4197C7A0.6070309@zaynar.demon.co.uk>
2004-11-15 21:30             ` Jerome Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.