<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
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>
<i></i><br>
</body>
</html>