arch/powerpc/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Aug 25 21:42:34 2008 +0000 (2008-08-25)
changeset 807 71241c4f09e1
parent 631 2761b358f9e6
child 815 6236ce3be104
permissions -rw-r--r--
Also dump the GMP and MPFR versions when dumping a sample in verbose mode.

/trunk/scripts/showSamples.sh | 3 3 0 0 +++
1 file changed, 3 insertions(+)
     1 # powerpc specific configuration file
     2 
     3 config ARCH_powerpc
     4     select ARCH_SUPPORT_ABI
     5     select ARCH_SUPPORT_CPU
     6     select ARCH_SUPPORT_TUNE
     7     help
     8       The PowerPC architecture, as defined by:
     9         http://www.ibm.com/developerworks/eserver/articles/archguide.html
    10 
    11 config ARCH_POWERPC_SPE
    12     bool
    13     prompt "Enable SPE support (EXPERIMENTAL)"
    14     depends on EXPERIMENTAL
    15     default n
    16     help
    17       Add support for the Signal Processing Engine.