summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-20 07:56:37 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-11-20 07:56:37 (GMT)
commit395733d46bbc23d2f559eba4e5f75783f9bca6f1 (patch)
treebdc143f8538156bfd53d4a7d81cbd52b9b7f59d1 /Misc
parent1016b2ff00665203ae01d82520dac497ac89e5e7 (diff)
downloadcpython-395733d46bbc23d2f559eba4e5f75783f9bca6f1.zip
cpython-395733d46bbc23d2f559eba4e5f75783f9bca6f1.tar.gz
cpython-395733d46bbc23d2f559eba4e5f75783f9bca6f1.tar.bz2
Issue #10656: Fix out-of-tree building on AIX
The ld_so_aix script and python.exp file are created in the build directory. Patch by Tristan Carel and Michael Haubenwallner.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS2
-rw-r--r--Misc/NEWS3
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 69dc9f5..c8c63f1 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -225,6 +225,7 @@ Arnaud Calmettes
Daniel Calvelo
Tony Campbell
Brett Cannon
+Tristan Carel
Mike Carlton
Pierre Carrier
Terry Carroll
@@ -573,6 +574,7 @@ Travis B. Hartwell
Larry Hastings
Tim Hatch
Shane Hathaway
+Michael Haubenwallner
Janko Hauser
Rycharde Hawkes
Ben Hayden
diff --git a/Misc/NEWS b/Misc/NEWS
index 7c6c158..07576b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -555,6 +555,9 @@ Windows
Build
-----
+- Issue #10656: Fix out-of-tree building on AIX. Patch by Tristan Carel and
+ Michael Haubenwallner.
+
- Issue #26359: Rename --with-optimiations to --enable-optimizations.
- Issue #28444: Fix missing extensions modules when cross compiling.