On Fri, Nov 17, 2017 at 5:23 PM, Bystricky, Juro <juro.bystri...@intel.com>
wrote:

>
> > Is there a configure option we could use (perhaps via
> > CACHED_CONFIGUREVARS) to achieve the same end result without needing
> > to run sed on config.h?
>
> Sorry Andre, I am not quite sure I understand the question. Do you suggest
> to have a "config.h"
> cached somewhere instead of generating the file at build time?


config.h is generally generated from config.h.in by the configure script
(and the config.h.in is generated in some cases by autoheader), and the
values of those defines are generally based on autoconf test results, which
are often cached. By supplying different cached results to those tests, you
can change the emitted config.h without having to explicitly and manually
do so.
-- 
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Senior Software Engineer, Mentor Graphics
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to