nixpkgs/pkgs/development/compilers/gcc/11
Francesco Gazzetta c6ea401438 gdc: match gcc version
Programs compiled with gdc (such as tumiki-fighters and torus-trooper)
that depend on c++ libraries were failing with errors such as

/nix/store/3fqi6nigj8dkbvjnw8y4dy59gkq8vsj4-binutils-2.38/bin/ld: /nix/store/36960p41h83cwkcs2vpzg8ni39w4sc5m-bulletml-0.0.6/lib/libbulletml.so: undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29'

because of the mismatch with the gcc version used to compile the
libraries.

This commit unpins the gcc version gdc is based on, so they are kept in
sync.

gdc9 was removed since no other package depends specifically on that
version
2022-05-20 13:49:55 +02:00
..
Added-mcf-thread-model-support-from-mcfgthread.patch pkgsCross.mingw32.gcc11Stdenv: update mcfgthread patches for gcc-11 2022-05-01 15:34:22 +01:00
default.nix gdc: match gcc version 2022-05-20 13:49:55 +02:00