From bf6660377b9946b82250879b5e10f973f64af68a Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 9 Feb 2011 23:57:19 +0100 Subject: toolchain/ct-ng: update to crosstool-NG 1.10.0 Update the default .config file. Remove now unnecessary patches. Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- .../toolchain-crosstool-ng/003-use-sysroot.patch | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 toolchain/toolchain-crosstool-ng/003-use-sysroot.patch (limited to 'toolchain/toolchain-crosstool-ng/003-use-sysroot.patch') diff --git a/toolchain/toolchain-crosstool-ng/003-use-sysroot.patch b/toolchain/toolchain-crosstool-ng/003-use-sysroot.patch deleted file mode 100644 index f9b0baf16..000000000 --- a/toolchain/toolchain-crosstool-ng/003-use-sysroot.patch +++ /dev/null @@ -1,35 +0,0 @@ -ct-ng: use 'sysroot' rather than 'sys-root' for sysroot directory - -The sysroot directory name is arbitrary, but 'sysroot' matches the GCC -documentation. - -Signed-off-by: Peter Korsgaard ---- - scripts/crosstool-NG.sh.in | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -Index: crosstool-ng-1.8.0/scripts/crosstool-NG.sh.in -=================================================================== ---- crosstool-ng-1.8.0.orig/scripts/crosstool-NG.sh.in -+++ crosstool-ng-1.8.0/scripts/crosstool-NG.sh.in -@@ -274,7 +274,7 @@ esac - if [ -z "${CT_RESTART}" ]; then - # Arrange paths depending on wether we use sys-root or not. - if [ "${CT_USE_SYSROOT}" = "y" ]; then -- CT_SYSROOT_DIR="${CT_PREFIX_DIR}/${CT_TARGET}/${CT_SYSROOT_DIR_PREFIX}/sys-root" -+ CT_SYSROOT_DIR="${CT_PREFIX_DIR}/${CT_TARGET}/${CT_SYSROOT_DIR_PREFIX}/sysroot" - CT_DEBUGROOT_DIR="${CT_PREFIX_DIR}/${CT_TARGET}/${CT_SYSROOT_DIR_PREFIX}/debug-root" - CT_HEADERS_DIR="${CT_SYSROOT_DIR}/usr/include" - BINUTILS_SYSROOT_ARG="--with-sysroot=${CT_SYSROOT_DIR}" -@@ -315,9 +315,9 @@ if [ -z "${CT_RESTART}" ]; then - - 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" -+ CT_DoExecLog ALL ln -sf "./${CT_SYSROOT_DIR_PREFIX}/sysroot/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" -+ CT_DoExecLog ALL ln -sf "./${CT_SYSROOT_DIR_PREFIX}/sysroot/usr/include" "${CT_PREFIX_DIR}/${CT_TARGET}/include" - fi - - # Now, in case we're 64 bits, just have lib64/ be a symlink to lib/ -- cgit v1.2.3