config/arch/sparc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Apr 30 22:45:27 2011 +0200 (2011-04-30)
changeset 2425 055e505f28be
child 2444 896cb0d36c1a
permissions -rw-r--r--
internals: fix stripping canadians

We can't run the newly built gcc when it is a canadian cross.
Thus, we can't get the version number, and thus we can't get
the directory libexec subdirectory to strip.

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