# HG changeset patch # User "Yann E. MORIN" # Date 1303320099 -7200 # Node ID ce9168b4af1edf2986d103673394d38309afb859 # Parent 95e0c248d257f2b181e953e4fa11f6939443af2b 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" diff -r 95e0c248d257 -r ce9168b4af1e config/toolchain.in --- a/config/toolchain.in Sat Apr 16 22:01:35 2011 +0200 +++ b/config/toolchain.in Wed Apr 20 19:21:39 2011 +0200 @@ -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