From 8c360cbfc4b223612d26e4d2d8c64a278888192e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 20 Apr 2011 19:21:39 +0200 Subject: [PATCH] config/toolchain: hide sysroot name when in backend mode In backend mode, setting the sysroot name is the responsibility of the upper-layer build system. Signed-off-by: "Yann E. MORIN" --- config/toolchain.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/toolchain.in b/config/toolchain.in index ca796918..d99fa853 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -20,7 +20,7 @@ config USE_SYSROOT config SYSROOT_NAME string - prompt "sysroot directory name" + prompt "sysroot directory name" if ! BACKEND depends on USE_SYSROOT default "sysroot" help