samples/powerpc-e500v2-linux-gnuspe/reported.by
author "Ilya A. Volynets-Evenbakh" <ilya@total-knowledge.com>
Sun Oct 31 20:17:30 2010 +0100 (2010-10-31)
changeset 2169 8b470eaf3d85
parent 1076 faaf799d6b5e
child 2173 fff955de3fb8
permissions -rw-r--r--
libc/glibc: fix glibc-2.10.1 patchset

There was a missing '#" to a '#define' line.
yann@2139
     1
reporter_name="Anthony Foiani <anthony.foiani@gmail.com>"
yann@2139
     2
reporter_url="http://sourceware.org/ml/crossgcc/2010-09/msg00100.html"
yann@935
     3
reporter_comment="This is a sample config file for Freescale e500v2 processors (e.g.,
yann@935
     4
MPC8548, MPC8572).  It uses eglibc (for e500/SPE patches) and a recent
yann@2139
     5
gcc (4.5.1, for e500v2 DPFP support) and will generate appropriate
yann@935
     6
dual-precision floating point instructions by default.
yann@935
     7
yann@935
     8
Note: If building a Linux kernel with this toolchain, you will want to
yann@935
     9
make sure -mno-spe AND -mspe=no are passed to gcc to prevent SPE
yann@935
    10
ABI/instructions from getting into the kernel (which is currently
yann@2139
    11
unsupported).  At this time, the kernel build system passes those
yann@2139
    12
teo options, but older kernels were only passing -mno-spe by default."