mirror of
https://github.com/python/cpython.git
synced 2025-07-21 18:25:22 +00:00
Patch by Vladimir Marangozov, inspired by a bug report from Gary
Duzan, for AIX, to support C++ objects with static initializers, when using the genuine IBM C++ compiler (namely xlC/xlC_r). See accompanying patches to configure.in and importdl.c.
This commit is contained in:
parent
001b9bebca
commit
e74c4291b2
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
||||||
(as it does on SCI ODT 3.0) */
|
(as it does on SCI ODT 3.0) */
|
||||||
#undef BAD_STATIC_FORWARD
|
#undef BAD_STATIC_FORWARD
|
||||||
|
|
||||||
|
/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r
|
||||||
|
and you want support for AIX C++ shared extension modules. */
|
||||||
|
#undef AIX_GENUINE_CPLUSPLUS
|
||||||
|
|
||||||
/* Define this if you have BeOS threads */
|
/* Define this if you have BeOS threads */
|
||||||
#undef BEOS_THREADS
|
#undef BEOS_THREADS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue