> Does the ACT tree (when building for VxWorks for example) have > specific patches to the Makefile to handle the situation? If they're We do not have anything special. It works because xgcc will look for the includes under <prefix>/<target>/include, at least that's the way it works with GCC 2.8.1. Arno