<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Ping!<br>
    <br>
    <div class="moz-cite-prefix">On 5/1/2015 2:37 PM, Grang, Mandeep
      Singh wrote:<br>
    </div>
    <blockquote cite="mid:5543F209.3020104@codeaurora.org" type="cite">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      Hi,<br>
      <br>
      In clang/lib/Driver/Tools.cpp the -B<LIBRARY_PATH> option is
      only supported for native compilers. How do we specify the
      LIBRARY_PATH for cross compilers?<br>
      <br>
      The following code snipped from Tools.cpp is what controls support
      for -B option for native compilers:<br>
      <i>if (!TC.isCrossCompiling())</i><i><br>
      </i><i>   addDirectoryList(Args, CmdArgs, "-L", "LIBRARY_PATH");<br>
        <br>
      </i>I tried specifying the LIBRARY_PATH using the -L option but
      that does not work.<br>
      <br>
      Thanks,<br>
      Mandeep<br>
      <br>
    </blockquote>
    <br>
  </body>
</html>