1- From 12fa37b4a106af3e57d87f7cfda2e5cd1f41b502 Mon Sep 17 00:00:00 2001
1+ From 2efd1bb74bafb1d530913d6cc63d11ef48a38344 Mon Sep 17 00:00:00 2001
22From: Ray Donnelly <mingw.android@gmail.com>
33Date: Fri, 2 Oct 2020 00:03:12 +0200
44Subject: [PATCH 09/24] cross compile darwin
@@ -11,10 +11,10 @@ By Isuru Fernando.
1111 3 files changed, 18 insertions(+), 1 deletion(-)
1212
1313diff --git a/Lib/platform.py b/Lib/platform.py
14- index 5958382276e..44264f0c812 100755
14+ index 8895177e326..fd93841d034 100755
1515--- a/Lib/platform.py
1616+++ b/Lib/platform.py
17- @@ -459 ,7 +459 ,12 @@ def win32_ver(release='', version='', csd='', ptype=''):
17+ @@ -460 ,7 +460 ,12 @@ def win32_ver(release='', version='', csd='', ptype=''):
1818 def _mac_ver_xml():
1919 fn = '/System/Library/CoreServices/SystemVersion.plist'
2020 if not os.path.exists(fn):
@@ -29,10 +29,10 @@ index 5958382276e..44264f0c812 100755
2929 try:
3030 import plistlib
3131diff --git a/configure b/configure
32- index 7cdd386c387..a75a8f825fe 100755
32+ index 1cd1f690f7b..603108eb031 100755
3333--- a/configure
3434+++ b/configure
35- @@ -4048 ,6 +4048 ,9 @@ then
35+ @@ -4052 ,6 +4052 ,9 @@ then
3636 *-*-linux*)
3737 ac_sys_system=Linux
3838 ;;
@@ -42,7 +42,7 @@ index 7cdd386c387..a75a8f825fe 100755
4242 *-*-cygwin*)
4343 ac_sys_system=Cygwin
4444 ;;
45- @@ -4496 ,6 +4499 ,9 @@ if test "$cross_compiling" = yes; then
45+ @@ -4500 ,6 +4503 ,9 @@ if test "$cross_compiling" = yes; then
4646 _host_ident=$host_cpu
4747 esac
4848 ;;
@@ -53,7 +53,7 @@ index 7cdd386c387..a75a8f825fe 100755
5353 _host_ident=
5454 ;;
5555diff --git a/configure.ac b/configure.ac
56- index 24e28a1e2de..3772d105fb2 100644
56+ index 3fcb18922c5..fd3cba43283 100644
5757--- a/configure.ac
5858+++ b/configure.ac
5959@@ -324,6 +324,9 @@ then
0 commit comments