Hi! I'm stomping on a problem regarding fixinclude.When using a cross compiler with a custom sysroot, and using that cross-compiler to create a native one (that is not configured using sysroot), fixinclude seems to be run on the hosts /usr/include (and existing fix-includes from the hosts fix-include directory) instead of the one in the sysroot of the cross compiler. Is there a way around this? How does fixinclude figure out which headers to fix?
GCC-4.7.1 -- chs