arch/sh/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 18 14:53:11 2008 +0000 (2008-05-18)
changeset 518 c1e6c0ebfac1
child 628 87802cb25a0f
permissions -rw-r--r--
Fix building glibc-2.6.1 and glibc-2.7 for ARM with recent kernels.
Patch by Matthias Kaehlcke <matthias@kaehlcke.net>.

/trunk/patches/glibc/ports-2.6.1/200-ARM-asm_page_h.patch | 11 11 0 0 +++++++++++
/trunk/patches/glibc/ports-2.7/100-ARM-asm_page_h.patch | 11 11 0 0 +++++++++++
/trunk/docs/CREDITS | 3 3 0 0 +++
3 files changed, 25 insertions(+)
     1 # Super-H specific configuration file
     2 
     3 comment "Super-H specific configuration"
     4 
     5 choice
     6     bool
     7     prompt "Variant"
     8 
     9 config ARCH_SH_SH3
    10     bool
    11     prompt "sh3"
    12 
    13 config ARCH_SH_SH4
    14     bool
    15     prompt "sh4"
    16 
    17 config ARCH_SH_SH4A
    18     bool
    19     prompt "sh4a"
    20 
    21 endchoice
    22 
    23 config ARCH_SH_VARIANT
    24     string
    25     default "sh3"   if ARCH_SH_SH3
    26     default "sh4"   if ARCH_SH_SH4
    27     default "sh4a"  if ARCH_SH_SH4A