config/arch/sparc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Apr 20 19:21:39 2011 +0200 (2011-04-20)
changeset 2407 ce9168b4af1e
child 2444 896cb0d36c1a
permissions -rw-r--r--
config/toolchain: hide sysroot name when in backend mode

In backend mode, setting the sysroot name is the
responsibility of the upper-layer build system.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
sam@2371
     1
# SPARC specific config options
sam@2371
     2
sam@2371
     3
config ARCH_sparc
sam@2371
     4
    select ARCH_SUPPORTS_32
sam@2371
     5
    select ARCH_SUPPORTS_64
sam@2371
     6
    select ARCH_DEFAULT_32
sam@2371
     7
    select ARCH_USE_MMU
sam@2371
     8
    select ARCH_SUPPORT_CPU
sam@2371
     9
    select ARCH_SUPPORT_TUNE
sam@2371
    10
    help
sam@2371
    11
      The SUN SPARC architecture, as defined by:
sam@2371
    12
        32 bit: http://www.sparc.org/standards/V8.pdf
sam@2371
    13
        64 bit: http://www.sparc.org/standards/SPARCV9.pdf