config/toolchain.in
changeset 1219 2b875ed306c2
parent 1094 c6a08b4c488c
child 1220 63d8500c8fc1
     1.1 --- a/config/toolchain.in	Tue Dec 09 22:02:20 2008 +0000
     1.2 +++ b/config/toolchain.in	Tue Mar 03 17:41:59 2009 +0000
     1.3 @@ -12,6 +12,23 @@
     1.4        
     1.5        You definitely want to say 'Y' here. Yes you do. I know you do. Say 'Y'.
     1.6  
     1.7 +config SYSROOT_DIR_PREFIX
     1.8 +    string
     1.9 +    prompt "sysroot prefix dir (READ HELP)"
    1.10 +    depends on USE_SYSROOT
    1.11 +    depends on EXPERIMENTAL
    1.12 +    default ""
    1.13 +    help
    1.14 +      *
    1.15 +      * Unless you realy know you need that, leave it empty!
    1.16 +      *
    1.17 +      
    1.18 +      This string will be interpreted as a directory component to be added
    1.19 +      to the sysroot path, just before the actual sysroot directory.
    1.20 +      
    1.21 +      In fact, the sysroot path is constructed as:
    1.22 +        ${CT_PREFIX_DIR}/${CT_TARGET}/${CT_SYSROOT_DIR_PREFIX}/sys-root
    1.23 +
    1.24  config SHARED_LIBS
    1.25      bool
    1.26      prompt "Build shared libraries"