gcc50/libstdc++: Use generated symbol map instead
authorJohn Marino <draco@marino.st>
Sun, 15 Feb 2015 10:48:54 +0000 (11:48 +0100)
committerJohn Marino <draco@marino.st>
Sun, 15 Feb 2015 10:48:54 +0000 (11:48 +0100)
commit7342e0eb934dde5e91f51b7ffd99c1f352c9c25a
tree3c8f6ac256e4502806b14cd4fefe3d0edfe11719
parenta65c5ed16fc487f2fd170da1bf98a0a8ddaa91f5
gcc50/libstdc++: Use generated symbol map instead

For both gcc47 and gcc50, we've been using pregenerate symbol map for
libstdc++ due to the apparently complexity of generating it.  That's
already come back to bite on gcc50 as several symbols were modified and
added in the last couple of weeks.  It was time to bite the bullet and
figure out how to generate the symbol map.  It turns out that it really
wasn't that hard.

This *should* fix some dports errors (tbc).
gnu/lib/gcc50/libstdcxx/product/Makefile
gnu/lib/gcc50/libstdcxx/product/libstdc++-symbols.ver [deleted file]