config/libc/glibc.in
changeset 819 68b6534aad77
parent 710 021546adce69
child 824 cc4590c03dd1
     1.1 --- a/config/libc/glibc.in	Tue Jul 22 13:29:08 2008 +0000
     1.2 +++ b/config/libc/glibc.in	Mon Sep 01 16:57:41 2008 +0000
     1.3 @@ -58,36 +58,10 @@
     1.4  # CT_INSERT_VERSION_STRING_ABOVE
     1.5  # Don't remove above line!
     1.6  
     1.7 -config LIBC_GLIBC_EXTRA_CONFIG
     1.8 -    string
     1.9 -    prompt "glibc extra config"
    1.10 -    default ""
    1.11 -    help
    1.12 -      Extra flags to pass onto ./configure when configuring glibc.
    1.13 -
    1.14 -      Eg.: --enable-static-nss
    1.15 -
    1.16 -config LIBC_GLIBC_EXTRA_CFLAGS
    1.17 -    string
    1.18 -    prompt "glibc extra target CFLAGS"
    1.19 -    default ""
    1.20 -    help
    1.21 -      Extra target CFLAGS to use when building glibc.
    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 glibc.
    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  # Please note: This is not used for now (no sh support).
    1.34  config LIBC_GLIBC_CONFIGPARMS
    1.35      string
    1.36 -    prompt "Extra config params (READ HELP)"
    1.37 +#    prompt "Extra config params (READ HELP)"
    1.38      default "" if ARCH != "sh3" && ARCH != "sh4"
    1.39      default "no-z-defs=yes" if ARCH = "sh3" || ARCH = "sh4"
    1.40      help
    1.41 @@ -100,37 +74,4 @@
    1.42        Note: this is awkward, doesn't work well if you need more than one
    1.43              line in configparms
    1.44  
    1.45 -config LIBC_GLIBC_USE_PORTS
    1.46 -    bool
    1.47 -    prompt "Use the ports addon"
    1.48 -    default n
    1.49 -    help
    1.50 -      The ports addon contains some architecture ports that are not available
    1.51 -      in the official glibc distribution.
    1.52 -      
    1.53 -      For example, this is the case for ARM with glibc >= 2.4
    1.54 -      
    1.55 -      Say n only if you're sure that your architecture is in the official
    1.56 -      glibc distribution for your chosen version.
    1.57 -
    1.58 -config LIBC_ADDONS
    1.59 -    bool
    1.60 -    prompt "Pass extra addons list"
    1.61 -    default n
    1.62 -    help
    1.63 -      If you say Y here, you'll be able to give the list of addons you want to
    1.64 -      include in your C library.
    1.65 -
    1.66 -config LIBC_ADDONS_LIST
    1.67 -    string
    1.68 -    prompt "Extra addons"
    1.69 -    default ""
    1.70 -    depends on LIBC_ADDONS
    1.71 -    help
    1.72 -      Extra addons to include in glibc. Space separated list.
    1.73 -
    1.74 -      You need to specify neither linuxthreads nor nptl, as they are added
    1.75 -      automagically for you depending on the threading model you choosed
    1.76 -      earlier.
    1.77 -      
    1.78 -      Eg.: crypt        (for very old glibces)
    1.79 +source config/libc/glibc-eglibc-common.in