patches/gcc/3.2.3/README-sh
changeset 1603 e0ef539e23d9
parent 1582 1fd08b889aa3
child 1604 b3f0173f10f3
     1.1 --- a/patches/gcc/3.2.3/README-sh	Wed Oct 21 18:08:31 2009 +0200
     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.