arch/sh/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 04 10:44:07 2008 +0000 (2008-05-04)
changeset 488 160b349a1396
child 628 87802cb25a0f
permissions -rw-r--r--
Update samples to latest set of options.
Update components up to the latest working version.
Update the set of supported languages for each sample.

/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 42 14 28 0 ++----
/trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 107 62 45 0 ++++++++------
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 42 14 28 0 ++----
/trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 79 43 36 0 ++++++-----
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 42 13 29 0 +-----
/trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 112 65 47 0 +++++++++------
/trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 42 14 28 0 ++----
/trunk/samples/i586-geode-linux-uclibc/crosstool.config | 44 15 29 0 ++----
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 44 15 29 0 ++----
9 files changed, 255 insertions(+), 299 deletions(-)
yann@413
     1
# Super-H specific configuration file
yann@413
     2
yann@413
     3
comment "Super-H specific configuration"
yann@413
     4
yann@413
     5
choice
yann@413
     6
    bool
yann@413
     7
    prompt "Variant"
yann@413
     8
yann@413
     9
config ARCH_SH_SH3
yann@413
    10
    bool
yann@413
    11
    prompt "sh3"
yann@413
    12
yann@413
    13
config ARCH_SH_SH4
yann@413
    14
    bool
yann@413
    15
    prompt "sh4"
yann@413
    16
yann@413
    17
config ARCH_SH_SH4A
yann@413
    18
    bool
yann@413
    19
    prompt "sh4a"
yann@413
    20
yann@413
    21
endchoice
yann@413
    22
yann@413
    23
config ARCH_SH_VARIANT
yann@413
    24
    string
yann@413
    25
    default "sh3"   if ARCH_SH_SH3
yann@413
    26
    default "sh4"   if ARCH_SH_SH4
yann@413
    27
    default "sh4a"  if ARCH_SH_SH4A