]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Explain why we are making gcc 3.3 work
authorNick Mathewson <nickm@torproject.org>
Mon, 19 Dec 2011 16:29:03 +0000 (11:29 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Dec 2011 16:29:03 +0000 (11:29 -0500)
changes/portability_01_haiku

index ab583812c743b59169a227985e17f59d0d1060e7..74887fe0c3974deb69840a058d804f7c1833f094 100644 (file)
@@ -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.