mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Explain why we are making gcc 3.3 work
This commit is contained in:
parent
e535c8a460
commit
9cabedd3eb
@ -6,6 +6,9 @@
|
|||||||
analysis by Martin Hebnes Pedersen.
|
analysis by Martin Hebnes Pedersen.
|
||||||
- Preprocessor directives should not be put inside the arguments
|
- Preprocessor directives should not be put inside the arguments
|
||||||
of a macro. This would break compilation with GCC releases prior
|
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
|
to version 3.3. We would never recommend such an old GCC
|
||||||
bug 4727. Patch and analysis by Martin Hebnes Pedersen.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user