CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/08 15:30:46
Modified files:
gnu/usr.bin/gcc/gcc/cp: g++spec.c
Log message:
Revert 1.2 and 1.3 in order to go back to the default upstream behaviour
of registering an explicit dependency upon libstdc++.so when linking a shared
library with c++.
The explicit dependency had been reverted a long time ago when most of our
platforms were still usinc gcc 2.95, in order to have the same behaviour between
g++ 2.95 and g++ 3.3, for the sake of ports. However, when we started using
gcc 4, the default behaviour was not modified, and nowadays, it's g++ 3 which
differs from g++ 4. By reverting to the original behaviour, g++ 3 is on par
with g++ 4 again.