From: Nick Mathewson Date: Mon, 19 Dec 2011 16:29:03 +0000 (-0500) Subject: Explain why we are making gcc 3.3 work X-Git-Tag: tor-0.2.3.11-alpha~80^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cabedd3eb68313d0d6b079b489439bad7d26244;p=thirdparty%2Ftor.git Explain why we are making gcc 3.3 work --- diff --git a/changes/portability_01_haiku b/changes/portability_01_haiku index ab583812c7..74887fe0c3 100644 --- a/changes/portability_01_haiku +++ b/changes/portability_01_haiku @@ -6,6 +6,9 @@ analysis by Martin Hebnes Pedersen. - Preprocessor directives should not be put inside the arguments of a macro. This would break compilation with GCC releases prior - to version 3.3. Bugfix on 0.2.3.3-alpha, fixes the other part of - bug 4727. Patch and analysis by Martin Hebnes Pedersen. + to version 3.3. We would never recommend such an old GCC + version, but it is apparently required for binary compatibility + on some platforms (namely, certain builds of Haiku). Bugfix on + 0.2.3.3-alpha, fixes the other part of bug 4727. Patch and + analysis by Martin Hebnes Pedersen.