patches/gcc/3.2.3/README-sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 26 15:12:33 2008 +0000 (2008-07-26)
branch1.2
changeset 730 823ac8f8e9fd
permissions -rw-r--r--
Backport #849 from trunk:
Remove garbage files left behind by downloads from sourceforge.net.

/branches/1.2/scripts/build/debug/500-strace.sh | 4 4 0 0 ++++
/branches/1.2/scripts/build/debug/200-duma.sh | 5 4 1 0 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)
     1 http://mirror.sh-linux.org/rpm-2003/SRPMS/gcc-3.2.3-3.src.rpm contains the following patches:
     2 
     3 gcc-20030210-sh-linux-1.patch
     4 gcc-3.2.3-libffi-1.patch
     5 gcc-3.2.3-sh-linux-dwarf2-1.patch (*not* applied by the spec file, it's in there by accident)
     6 
     7 gcc-3.2.3-libffi-1.patch was needed just to build, I think.
     8 
     9 After that was applied, sh4 gcc seemed to compile fine, but c++ programs
    10 failed to execute because libstdc++.so.5 was built without version
    11 info.  This was caused directly by libstdc++-v3/configure setting
    12 SYMVER_MAP=config/linker-map.dummy because it sees that 
    13 no libgcc_s.so was generated; configure says
    14   checking for shared libgcc... no.
    15 
    16 Applying gcc-20030210-sh-linux-1.patch in hopes it makes those problems go away.