[Bug other/37036] fixincludes does not understand sysroot!

jay dot krell at cornell dot edu gcc-bugzilla@gcc.gnu.org
Thu Aug 14 11:56:00 GMT 2008



------- Comment #4 from jay dot krell at cornell dot edu  2008-08-14 11:54 -------
Here is a lame workaround that works, from my Python wrapper:

    if (Host == Target) and (Host != Build):
        ExtraConfig += " -with-sysroot=/"
        ExtraConfig += " -with-build-sysroot=" + DefaultSysroot


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37036



More information about the Gcc-bugs mailing list