From d9124d0da9caa35b1b99f11b14131ad3428f8eb5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Tue, 19 Apr 2011 23:02:21 +0200 Subject: toolchain/crosstool-NG: fix sysroot name We have to ensure that the sysroot created while building the toolchain will be the one we later search for libraries. So: - hide the sysroot name prompt from the ct-ng menu. - force the sysroot name to be 'sysroot'. Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- .../002-no-sysroot-prompt-in-backend.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 toolchain/toolchain-crosstool-ng/002-no-sysroot-prompt-in-backend.patch (limited to 'toolchain/toolchain-crosstool-ng/002-no-sysroot-prompt-in-backend.patch') diff --git a/toolchain/toolchain-crosstool-ng/002-no-sysroot-prompt-in-backend.patch b/toolchain/toolchain-crosstool-ng/002-no-sysroot-prompt-in-backend.patch new file mode 100644 index 000000000..4c3426aa5 --- /dev/null +++ b/toolchain/toolchain-crosstool-ng/002-no-sysroot-prompt-in-backend.patch @@ -0,0 +1,12 @@ +diff --git a/config/toolchain.in b/config/toolchain.in +--- a/config/toolchain.in ++++ b/config/toolchain.in +@@ -20,7 +20,7 @@ + + config SYSROOT_NAME + string +- prompt "sysroot directory name" ++ prompt "sysroot directory name" if ! BACKEND + depends on USE_SYSROOT + default "sysroot" + help -- cgit v1.2.3