From: Martin Panter Date: Sat, 23 Apr 2016 01:18:54 +0000 (+0000) Subject: Issue #22359: Merge cross-compilation fix from 3.5 X-Git-Tag: v3.6.0a1~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da28494d0a208410f5f7c1df476da9268908c565;p=thirdparty%2FPython%2Fcpython.git Issue #22359: Merge cross-compilation fix from 3.5 --- da28494d0a208410f5f7c1df476da9268908c565 diff --cc Misc/NEWS index 3f4eb43c92df,07b7fde759dc..514fa3d467c5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -1005,8 -404,13 +1005,13 @@@ Test Build ----- + - Issue #22359: Disable the rules for running _freeze_importlib and pgen when + cross-compiling. The output of these programs is normally saved with the + source code anyway, and is still regenerated when doing a native build. + Patch by Xavier de Gaye. + - Issue #21668: Link audioop, _datetime, _ctypes_test modules to libm, - except on Mac OS X. Patch written by Xavier de Gaye. + except on Mac OS X. Patch written by Chi Hsuan Yen. - Issue #25702: A --with-lto configure option has been added that will enable link time optimizations at build time during a make profile-opt.