patches/gcc/3.2.3/README-sh
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/3.2.3/README-sh	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,16 @@
     1.4 +http://mirror.sh-linux.org/rpm-2003/SRPMS/gcc-3.2.3-3.src.rpm contains the following patches:
     1.5 +
     1.6 +gcc-20030210-sh-linux-1.patch
     1.7 +gcc-3.2.3-libffi-1.patch
     1.8 +gcc-3.2.3-sh-linux-dwarf2-1.patch (*not* applied by the spec file, it's in there by accident)
     1.9 +
    1.10 +gcc-3.2.3-libffi-1.patch was needed just to build, I think.
    1.11 +
    1.12 +After that was applied, sh4 gcc seemed to compile fine, but c++ programs
    1.13 +failed to execute because libstdc++.so.5 was built without version
    1.14 +info.  This was caused directly by libstdc++-v3/configure setting
    1.15 +SYMVER_MAP=config/linker-map.dummy because it sees that 
    1.16 +no libgcc_s.so was generated; configure says
    1.17 +  checking for shared libgcc... no.
    1.18 +
    1.19 +Applying gcc-20030210-sh-linux-1.patch in hopes it makes those problems go away.