diff -r 2242d87c5404 -r 96082aa6459f scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Thu Oct 07 22:37:06 2010 +0200 +++ b/scripts/crosstool-NG.sh.in Sun Oct 31 16:50:07 2010 +0100 @@ -324,8 +324,6 @@ if [ "${CT_USE_SYSROOT}" = "y" ]; then # Prevent gcc from installing its libraries outside of the sys-root CT_DoExecLog ALL ln -sf "./${CT_SYSROOT_DIR_PREFIX}/sys-root/lib" "${CT_PREFIX_DIR}/${CT_TARGET}/lib" - # Prevent libc from installing its headers outside of the sysroot - CT_DoExecLog ALL ln -sf "./${CT_SYSROOT_DIR_PREFIX}/sys-root/usr/include" "${CT_PREFIX_DIR}/${CT_TARGET}/include" fi # Since we're *not* multilib on the target side, we want all the