patches/gcc/3.2.3/README-sh
changeset 1617 7d70bcf940a9
parent 1602 1ba79f2126df
parent 1616 1fda13e5d961
child 1618 7f52e1cca71e
     1.1 --- a/patches/gcc/3.2.3/README-sh	Wed Oct 28 12:03:38 2009 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,16 +0,0 @@
     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.