config/libc/glibc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Feb 02 22:00:18 2009 +0000 (2009-02-02)
changeset 1201 c9967a6e3b25
parent 922 3f0456891349
child 1260 777153645ab8
permissions -rw-r--r--
Add a patchset for glibc 2_9. Vampirised from the gentoo repository.

/trunk/patches/glibc/2_9/500-ppc-glibc-2.9-atomic.patch | 414 414 0 0 ++++++++++
/trunk/patches/glibc/2_9/140-regex-BZ9697.patch | 111 111 0 0 +++
/trunk/patches/glibc/2_9/190-queue-header-updates.patch | 89 89 0 0 ++
/trunk/patches/glibc/2_9/370-hppa_glibc-2.7-hppa-nptl-carlos.patch | 249 249 0 0 ++++++
/trunk/patches/glibc/2_9/450-alpha-glibc-2.5-no-page-header.patch | 32 32 0 0 +
/trunk/patches/glibc/2_9/270-ldbl-nexttowardf.patch | 68 68 0 0 ++
/trunk/patches/glibc/2_9/330-2.3.3-china.patch | 35 35 0 0 +
/trunk/patches/glibc/2_9/340-new-valencian-locale.patch | 120 120 0 0 +++
/trunk/patches/glibc/2_9/410-2.9-fnmatch.patch | 64 64 0 0 ++
/trunk/patches/glibc/2_9/350-2.4-undefine-__i686.patch | 47 47 0 0 +
/trunk/patches/glibc/2_9/160-i386-x86_64-revert-clone-cfi.patch | 53 53 0 0 +
/trunk/patches/glibc/2_9/420-dont-build-timezone.patch | 19 19 0 0 +
/trunk/patches/glibc/2_9/150-regex-BZ697.patch | 28 28 0 0 +
/trunk/patches/glibc/2_9/290-no-inline-gmon.patch | 38 38 0 0 +
/trunk/patches/glibc/2_9/280-section-comments.patch | 29 29 0 0 +
/trunk/patches/glibc/2_9/180-math-tests.patch | 72 72 0 0 ++
/trunk/patches/glibc/2_9/120-_nss_dns_gethostbyaddr2_r-check-and-adjust-the-buffer-alignment.patch | 35 35 0 0 +
/trunk/patches/glibc/2_9/250-resolv-dynamic.patch | 44 44 0 0 +
/trunk/patches/glibc/2_9/300-2.9-check_native-headers.patch | 22 22 0 0 +
/trunk/patches/glibc/2_9/310-2.3.6-fix-pr631.patch | 50 50 0 0 +
/trunk/patches/glibc/2_9/130-add_prio-macros.patch | 26 26 0 0 +
/trunk/patches/glibc/2_9/260-fadvise64_64.patch | 30 30 0 0 +
/trunk/patches/glibc/2_9/440-alpha-glibc-2.4-xstat.patch | 249 249 0 0 ++++++
/trunk/patches/glibc/2_9/170-2.10-dns-no-gethostbyname4.patch | 35 35 0 0 +
/trunk/patches/glibc/2_9/230-2.3.3-localedef-fix-trampoline.patch | 74 74 0 0 ++
/trunk/patches/glibc/2_9/360-2.8-nscd-one-fork.patch | 45 45 0 0 +
/trunk/patches/glibc/2_9/480-alpha-glibc-2.8-cache-shape.patch | 18 18 0 0 +
/trunk/patches/glibc/2_9/210-2.9-strlen-hack.patch | 109 109 0 0 +++
/trunk/patches/glibc/2_9/320-2.9-assume-pipe2.patch | 59 59 0 0 +
/trunk/patches/glibc/2_9/100-ssp-compat.patch | 193 193 0 0 +++++
/trunk/patches/glibc/2_9/110-respect-env-CPPFLAGS.patch | 30 30 0 0 +
/trunk/patches/glibc/2_9/220-manual-no-perl.patch | 29 29 0 0 +
/trunk/patches/glibc/2_9/390-2.3.3_pre20040117-pt_pax.patch | 35 35 0 0 +
/trunk/patches/glibc/2_9/460-alpha-glibc-2.5-no-asm-elf-header.patch | 38 38 0 0 +
/trunk/patches/glibc/2_9/400-tests-sandbox-libdl-paths.patch | 198 198 0 0 +++++
/trunk/patches/glibc/2_9/240-i386-LOAD_PIC_REG.patch | 23 23 0 0 +
/trunk/patches/glibc/2_9/200-awk-in-C-locale.patch | 23 23 0 0 +
/trunk/patches/glibc/2_9/430-2.7-cross-compile-nptl.patch | 57 57 0 0 +
/trunk/patches/glibc/2_9/380-2.3.6-dl_execstack-PaX-support.patch | 71 71 0 0 ++
/trunk/patches/glibc/2_9/490-ptr-mangling.patch | 114 114 0 0 +++
/trunk/patches/glibc/2_9/470-alpha-glibc-2.8-creat.patch | 19 19 0 0 +
41 files changed, 3094 insertions(+)
yann@448
     1
# glibc options
yann@448
     2
yann@922
     3
config LIBC_glibc
yann@922
     4
    select LIBC_SUPPORT_NPTL
yann@922
     5
    select LIBC_SUPPORT_LINUXTHREADS
yann@922
     6
    help
yann@922
     7
      The de-facto standard for Linux distributions.
yann@922
     8
      Feature-rich, but large...  Most usefull for desktop-like systems.
yann@852
     9
yann@448
    10
choice
yann@448
    11
    bool
yann@448
    12
    prompt "glibc version"
yann@448
    13
yann@448
    14
config LIBC_V_2_3_6
yann@448
    15
    bool
yann@448
    16
    prompt "2.3.6 (OBSOLETE)"
yann@448
    17
    depends on OBSOLETE
yann@448
    18
yann@448
    19
config LIBC_V_2_5
yann@448
    20
    bool
yann@448
    21
    prompt "2.5"
yann@448
    22
yann@448
    23
config LIBC_V_2_5_1
yann@448
    24
    bool
yann@448
    25
    prompt "2.5.1"
yann@448
    26
yann@448
    27
config LIBC_V_2_6
yann@448
    28
    bool
yann@448
    29
    prompt "2.6"
yann@448
    30
yann@448
    31
config LIBC_V_2_6_1
yann@448
    32
    bool
yann@448
    33
    prompt "2.6.1"
yann@448
    34
yann@448
    35
config LIBC_V_2_7
yann@448
    36
    bool
yann@448
    37
    prompt "2.7"
yann@448
    38
yann@1114
    39
config LIBC_V_2_8
yann@1114
    40
    bool
yann@1114
    41
    prompt "2_8"
yann@1114
    42
    select LIBC_GLIBC_2_8_or_later
yann@1114
    43
yann@1114
    44
config LIBC_V_2_9
yann@1114
    45
    bool
yann@1114
    46
    prompt "2_9"
yann@1114
    47
    select LIBC_GLIBC_2_8_or_later
yann@1114
    48
yann@448
    49
# CT_INSERT_VERSION_ABOVE
yann@448
    50
# Don't remove above line!
yann@865
    51
yann@865
    52
config LIBC_V_LATEST
yann@865
    53
    bool
yann@865
    54
    prompt "'latest' snapshot (EXPERIMENTAL)"
yann@865
    55
    depends on EXPERIMENTAL
yann@865
    56
yann@865
    57
config LIBC_V_date
yann@865
    58
    bool
yann@865
    59
    prompt "<specific date> (EXPERIMENTAL)"
yann@865
    60
    depends on EXPERIMENTAL
yann@865
    61
yann@448
    62
endchoice
yann@448
    63
yann@448
    64
config LIBC_VERSION
yann@448
    65
    string
yann@710
    66
    prompt "Enter date (YYYYMMDD)" if LIBC_V_date
yann@710
    67
    default "latest" if LIBC_V_LATEST
yann@448
    68
    default "2.3.6" if LIBC_V_2_3_6
yann@448
    69
    default "2.4" if LIBC_V_2_4
yann@448
    70
    default "2.5" if LIBC_V_2_5
yann@448
    71
    default "2.5.1" if LIBC_V_2_5_1
yann@448
    72
    default "2.6" if LIBC_V_2_6
yann@448
    73
    default "2.6.1" if LIBC_V_2_6_1
yann@448
    74
    default "2.7" if LIBC_V_2_7
yann@1114
    75
    default "2_8" if LIBC_V_2_8
yann@1114
    76
    default "2_9" if LIBC_V_2_9
yann@448
    77
# CT_INSERT_VERSION_STRING_ABOVE
yann@448
    78
# Don't remove above line!
yann@448
    79
yann@1114
    80
config LIBC_GLIBC_2_8_or_later
yann@1114
    81
    bool
yann@1114
    82
    default n
yann@1114
    83
yann@1114
    84
if LIBC_GLIBC_2_8_or_later
yann@1114
    85
yann@1114
    86
config LIBC_GLIBC_latest_snapshot
yann@1114
    87
    bool
yann@1114
    88
    prompt "Use latest nightly snapshot"
yann@1114
    89
    default n
yann@1114
    90
    help
yann@1114
    91
      Say 'y' to use the latest nightly snapshot.
yann@1114
    92
      Not recommended, as the toolchain will not be reproducible.
yann@1114
    93
yann@1114
    94
if ! LIBC_GLIBC_latest_snapshot
yann@1114
    95
yann@1114
    96
comment "Using CVS checkout"
yann@1114
    97
yann@1114
    98
config LIBC_GLIBC_CVS_date
yann@1114
    99
    string
yann@1114
   100
    prompt "checkout as of date"
yann@1114
   101
    default ""
yann@1114
   102
    help
yann@1114
   103
      The date, in ISO-8601 format, at which to check out the repository.
yann@1114
   104
yann@1114
   105
#config LIBC_GLIBC_CVS_CHECKOUT
yann@1114
   106
#    bool
yann@1114
   107
#    prompt "checkout instead of export"
yann@1114
   108
#    default n
yann@1114
   109
#    help
yann@1114
   110
#      Use checkout rather than export, so that you can later update
yann@1114
   111
#      the sources.
yann@1114
   112
#      Not recommended, as the toolchain could be non-reproducible.
yann@1114
   113
yann@1114
   114
endif # ! LIBC_GLIBC_latest_snapshot
yann@1114
   115
yann@1114
   116
endif # LIBC_GLIBC_2_8_or_later