config/libc/eglibc.in
changeset 808 0949a87e1629
parent 787 0725d7f8ab22
child 852 c17bb66e2aa5
     1.1 --- a/config/libc/eglibc.in	Mon Aug 11 12:22:47 2008 +0000
     1.2 +++ b/config/libc/eglibc.in	Tue Aug 26 16:47:47 2008 +0000
     1.3 @@ -69,63 +69,4 @@
     1.4        Note that crosstool-NG will *not* update your working copy, you will
     1.5        have to do that yourself.
     1.6  
     1.7 -config LIBC_EGLIBC_EXTRA_CONFIG
     1.8 -    string
     1.9 -    prompt "eglibc extra config"
    1.10 -    default ""
    1.11 -    help
    1.12 -      Extra flags to pass onto ./configure when configuring eglibc.
    1.13 -
    1.14 -      Eg.: --enable-static-nss
    1.15 -
    1.16 -config LIBC_EGLIBC_EXTRA_CFLAGS
    1.17 -    string
    1.18 -    prompt "eglibc extra target CFLAGS"
    1.19 -    default ""
    1.20 -    help
    1.21 -      Extra target CFLAGS to use when building eglibc.
    1.22 -
    1.23 -config LIBC_EXTRA_CC_ARGS
    1.24 -    string
    1.25 -    prompt "gcc extra flags"
    1.26 -    default ""
    1.27 -    help
    1.28 -      Extra flags to pass gcc when building eglibc.
    1.29 -
    1.30 -      Seldom used, except for sparc64 which seems to need the flag -64
    1.31 -      to be passed onto gcc.
    1.32 -
    1.33 -config LIBC_EGLIBC_USE_PORTS
    1.34 -    bool
    1.35 -    prompt "Use the ports addon"
    1.36 -    default n
    1.37 -    help
    1.38 -      The ports addon contains some architecture ports that are not available
    1.39 -      in the official glibc distribution.
    1.40 -      
    1.41 -      For example, this is the case for ARM with glibc >= 2.4
    1.42 -      
    1.43 -      Say n only if you're sure that your architecture is in the official
    1.44 -      glibc distribution for your chosen version.
    1.45 -
    1.46 -config LIBC_ADDONS
    1.47 -    bool
    1.48 -    prompt "Pass extra addons list"
    1.49 -    default n
    1.50 -    help
    1.51 -      If you say Y here, you'll be able to give the list of addons you want to
    1.52 -      include in your C library.
    1.53 -
    1.54 -config LIBC_ADDONS_LIST
    1.55 -    string
    1.56 -    prompt "Extra addons"
    1.57 -    default ""
    1.58 -    depends on LIBC_ADDONS
    1.59 -    help
    1.60 -      Extra addons to include in eglibc. Space separated list.
    1.61 -
    1.62 -      You need to specify neither linuxthreads nor nptl, as they are added
    1.63 -      automagically for you depending on the threading model you choosed
    1.64 -      earlier.
    1.65 -      
    1.66 -      Eg.: crypt        (for very old glibces)
    1.67 +source config/libc/eglibc-glibc-common.in