Hi Peter, > @@ -4167,6 +4167,7 @@ > -d "/opt/$with_advance_toolchain/bin/." -a \ > -d "/opt/$with_advance_toolchain/include/."; then > >+ target_header_dir=`find /opt/$with_advance_toolchain/ >-path '*/include/features.h' | sed -e 's#/features.h##'` > tm_file="$tm_file ./advance-toolchain.h" > (at="/opt/$with_advance_toolchain" > echo "/* Use Advance Toolchain $at */"
why can't you just set native_system_header_dir instead? Bernd.