summaryrefslogtreecommitdiff
path: root/config/toolchain.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/toolchain.in')
-rw-r--r--config/toolchain.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/toolchain.in b/config/toolchain.in
index 61d939d..6a97e4c 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -12,6 +12,23 @@ config USE_SYSROOT
You definitely want to say 'Y' here. Yes you do. I know you do. Say 'Y'.
+config SYSROOT_DIR_PREFIX
+ string
+ prompt "sysroot prefix dir (READ HELP)"
+ depends on USE_SYSROOT
+ depends on EXPERIMENTAL
+ default ""
+ help
+ *
+ * Unless you realy know you need that, leave it empty!
+ *
+
+ This string will be interpreted as a directory component to be added
+ to the sysroot path, just before the actual sysroot directory.
+
+ In fact, the sysroot path is constructed as:
+ ${CT_PREFIX_DIR}/${CT_TARGET}/${CT_SYSROOT_DIR_PREFIX}/sys-root
+
config SHARED_LIBS
bool
prompt "Build shared libraries"