nixpkgs/pkgs/development/compilers/gcc
Lluís Batlle i Rossell d9fdfffef9 Fixing the mingw cross gcc. I set it not to build shared libraries, because its specs for
shared libraries are wrong.
It should run "-lstdc++ -lsupc++" if libstdc++-6.dll is available, and instead it runs
"-lstdc++" and therefore lack symbols.

I think simply few people use shared gcc libs on mingw.


svn path=/nixpkgs/trunk/; revision=34225
2012-05-24 19:02:27 +00:00
..
2.95
3.3
3.4
4.0
4.1
4.2
4.2-apple32
4.2-apple64 Apple GCC: Fix `no-sys-dirs.patch' so that it applies. 2012-04-13 12:41:36 +00:00
4.3
4.4
4.5 * Oops. 2012-03-02 09:35:51 +00:00
4.6 Fixing the mingw cross gcc. I set it not to build shared libraries, because its specs for 2012-05-24 19:02:27 +00:00