arch/sh/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat May 03 17:51:16 2008 +0000 (2008-05-03)
changeset 486 92f6149c4275
child 628 87802cb25a0f
permissions -rw-r--r--
Some people are reposrting that ftp does not work on their network, probably due to proxies, while http does work.
Some (most) of the sites we use toretrieve tarballs have http equivallent for the ftp service. Use http as a failover.
There's no solution for those sites that do not have such an http equivalent.

/trunk/scripts/build/binutils.sh | 5 2 3 0 ++---
/trunk/scripts/build/libc_glibc.sh | 4 2 2 0 ++--
/trunk/scripts/build/libc_uClibc.sh | 2 1 1 0 +-
/trunk/scripts/build/debug/400-ltrace.sh | 2 1 1 0 +-
/trunk/scripts/build/debug/300-gdb.sh | 8 3 5 0 +++-----
/trunk/scripts/build/kernel_linux.sh | 7 2 5 0 ++-----
/trunk/scripts/build/cc_gcc.sh | 6 2 4 0 ++----
/trunk/scripts/build/gmp.sh | 4 1 3 0 +---
8 files changed, 14 insertions(+), 24 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