0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/site_scons
Ryan Egesdahl 01dd381f33 SERVER-48443 Fix builds with Icecream 1.2+ and gcc 4.4+
A bug spotted in Icecream 1.2+ can cause build failures when building
with gcc. This is, in turn, due to a bug in GCC where the preprocessor
executed via `gcc -E` has different behavior than the one used
internally during compilation. We are working with Icecream, and GCC
to address these problems. For now, we work around the bugs.

    * GCC bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88475
    * Icecream bug report: https://github.com/icecc/icecream/issues/550
2020-07-14 23:45:39 +00:00
..
mongo SERVER-46744 Install unit test debug info without increasing disk utilization 2020-04-17 17:46:01 +00:00
site_tools SERVER-48443 Fix builds with Icecream 1.2+ and gcc 4.4+ 2020-07-14 23:45:39 +00:00
third_party
libdeps.py SERVER-45041 Remove extraneous calls to env.Entry in libdeps.py 2020-01-17 20:53:55 +00:00