[cfe-dev] First shot at Bug 4127 - The clang driver should support cross compilation

Sebastian Pop spop at codeaurora.org
Tue Jan 10 11:02:16 PST 2012


On Tue, Jan 10, 2012 at 5:32 AM, Ruben Van Boxem
<vanboxem.ruben at gmail.com> wrote:
> True Linux cross-compilation may not want
> to use native system headers, but some specific to a target.

Exactly! That's the bug that bite me! ;-)
Especially after the refactoring that went in the last minute in the
llvm 3.0 branch...
that was actually a backport of several changes that are currently in tot.

To fix this we would have to completely disable the detection of native
system headers when the c-include-dirs has been specified, either at
configure time, or in a target config file.

Sebastian
--
Qualcomm Innovation Center, Inc is a member of Code Aurora Forum



More information about the cfe-dev mailing list