diff -r cf509170838f -r 78145960027e scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Wed Nov 30 12:07:59 2011 +0100 +++ b/scripts/crosstool-NG.sh.in Wed Dec 07 16:15:50 2011 +0800 @@ -303,7 +303,7 @@ CT_DoExecLog ALL mkdir -p "${CT_PREFIX_DIR}/lib" CT_DoExecLog ALL mkdir -p "${CT_SYSROOT_DIR}/lib" CT_DoExecLog ALL mkdir -p "${CT_SYSROOT_DIR}/usr/lib" - CT_DoExecLog ALL mkdir -p "${CT_SYSROOT_DIR}/usr/include" + CT_DoExecLog ALL mkdir -p "${CT_HEADERS_DIR}" if [ "${CT_USE_SYSROOT}" = "y" ]; then # Prevent gcc from installing its libraries outside of the sysroot