config/arch/sparc.in
author Sam Ravnborg <sam@ravnborg.org>
Sun Apr 03 18:22:00 2011 +0200 (2011-04-03)
changeset 2371 c131e30363ee
child 2444 896cb0d36c1a
permissions -rw-r--r--
arch/sparc: add absic support

Add support for building SPARC targeted toolchain.
With this patch I have built a working sparc V8 (32 toolchain).

Testing shows that not all gcc versions works well:
4.4.1 OK (kernel builds and the final kernel can boot)
4.4.2 Not tested
4.4.3 Not tested
4.4.4 BAD (Kernel can build but fails during boot)
4.4.5 BAD (Kernel can build but fails during boot)
4.5.1 BAD (Build fails with a spill related ICE - http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35664)
4.5.2 OK (kernel builds and boots)

I have successfully been using the 4.5.2 version for a few months.

This patch does not add support for the LEON variant.
That may come later.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
[yann.morin.1998@anciens.enib.fr: for 32-bit, default CT_TARGET_ARCH is OK]
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