In article <20140408184900.ga2...@britannica.bec.de>, Joerg Sonnenberger <jo...@britannica.bec.de> wrote: >On Tue, Apr 08, 2014 at 11:34:18AM -0400, Christos Zoulas wrote: >> Module Name: src >> Committed By: christos >> Date: Tue Apr 8 15:34:18 UTC 2014 >> >> Modified Files: >> src/sys/arch/i386/stand/lib: Makefile >> >> Log Message: >> make this more attractive (to me). > >Except it is wrong. The choice of ACTIVE_CC has not been finalised >at this point.
Depending on the time of evaluation of certain variables in make keeps biting us. We need to come up with something better. Why can't ACTIVE_CC be set earlier? christos