From: Larry D. <ldo...@re...> - 2008-01-14 23:26:08
|
Cary - On Mon, Jan 14, 2008 at 02:35:33PM -0800, Cary R. wrote: > draw_tt.c is used to generate tables.cc, it uses HOSTCC and not CC. Why is > this? I haven't done it in a while, but it is possible to cross-compile icarus. HOSTCC is presumably left over from that effort, it represents something that is run at build-time, and is not code that ends up in the final executable. > The compilation does not reference CFLAGS. If you compile it with > -Wall a few simple warnings are present. Should this be changes to > reference CC, use CFLAGS and clean up the warnings? Maybe HOSTCCFLAGS, that is nominally set to the same value as CFLAGS? I'll look into it. - Larry |