<div class="gmail_quote">On Mon, Jan 9, 2012 at 1:46 PM, Joerg Sonnenberger <span dir="ltr"><<a href="mailto:joerg@britannica.bec.de">joerg@britannica.bec.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, Jan 09, 2012 at 03:00:30PM -0600, Sebastian Pop wrote:<br>
> I would like the default config file to be created by the configure scripts,<br>
> and all the logic that is currently executed at each clang compilation<br>
> to be moved to configure time.<br>
<br>
</div>This is the part I object to. Please do not make cross-compilation more<br>
painful than it has to be. It works well for some of us without any new<br>
movable parts, just by specifying the right target and --sysroot.<br></blockquote><div><br></div><div>I completely agree. I'm really opposed to removing baked-in support for the most common platforms. This should be about extending our ability to support less common platforms more easily.</div>
<div><br></div><div>Also, I'm not really excited about starting to attack this problem from this direction. I think the first steps need to be refactoring and rationalizing the existing code in the driver to have a better design and structure, before we start extending it to support referencing an external data file to collect information. Otherwise I fear we will embed the wrong structure or information in the data file, and use these data files as crutches to avoid properly designing the internals.</div>
</div>