<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Not to nitpick but as a stickler for clear English should not the
    following read as:<br>
    <blockquote type="cite">
      <pre wrap="">[
    {
        "target": "<b>arm-non-linux-gnueabi</b>",
        "c-include-dirs": "/gcc/path:/libc/path",
        "cxx-include-root": "/some/other/path"
    }
]</pre>
    </blockquote>
    <br>
    - Marc<br>
    <br>
    On 01/09/2012 01:00 PM, Sebastian Pop wrote:
    <blockquote
cite="mid:CAE5reQJ5JkxmuxoLYc39KjxZa-P=DvwWERNoE9B67QGf31r+bg@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi,

The attached patch uses the JSON parser to read the target
from a config file.  I would like to get some opinions on this
patch before we go further to fix
<a class="moz-txt-link-freetext" href="http://llvm.org/bugs/show_bug.cgi?id=4127">http://llvm.org/bugs/show_bug.cgi?id=4127</a>

In a first implementation, I would like to have at least the following
information registered in the config file:

[
    {
        "target": "<b>arm-none-linux-gnueabi</b>",
        "c-include-dirs": "/gcc/path:/libc/path",
        "cxx-include-root": "/some/other/path"
    }
]

In a second step, I would like to add the full explicit path to the
assembler, to the linker, the -L paths, and the -I paths.

I would like the default config file to be created by the configure scripts,
and all the logic that is currently executed at each clang compilation
to be moved to configure time.

One other point to be discussed is the place where to install these
target config files: in the current patch I am looking in targets, a subdir
of the install dir.  Is there a better place to put these config files?

Thanks,
Sebastian
--
Qualcomm Innovation Center, Inc is a member of Code Aurora Forum
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
cfe-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a>
</pre>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      Marc J. Driftmeyer<br>
      Email :: <a href="mailto:mjd@reanimality.com">mjd@reanimality.com</a><br>
      Web :: <a href="http://www.reanimality.com">http://www.reanimality.com</a><br>
      Cell :: (509) 435-5212
    </div>
  </body>
</html>