1- From 73649c07901551bcb28074e72c192e8338f2a794 Mon Sep 17 00:00:00 2001
1+ From 42d193573c79b9760d36d9150d8308f136e874e9 Mon Sep 17 00:00:00 2001
22From: Ray Donnelly <mingw.android@gmail.com>
33Date: Fri, 2 Oct 2020 00:03:12 +0200
4- Subject: [PATCH 09/27 ] cross compile darwin
4+ Subject: [PATCH 09/26 ] cross compile darwin
55
66By Isuru Fernando.
77---
@@ -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 4db93bea2a3..fce802b20a2 100644
14+ index 3a71b669985..b342ceec761 100644
1515--- a/Lib/platform.py
1616+++ b/Lib/platform.py
17- @@ -475 ,7 +475 ,12 @@ def win32_ver(release='', version='', csd='', ptype=''):
17+ @@ -474 ,7 +474 ,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 4db93bea2a3..fce802b20a2 100644
2929 try:
3030 import plistlib
3131diff --git a/configure b/configure
32- index a4514f80c3a..3896a8a6fce 100755
32+ index a1bc7991aa8..f26e19a400a 100755
3333--- a/configure
3434+++ b/configure
35- @@ -4113 ,6 +4113 ,9 @@ then
35+ @@ -4133 ,6 +4133 ,9 @@ then
3636 *-*-linux*)
3737 ac_sys_system=Linux
3838 ;;
@@ -42,7 +42,7 @@ index a4514f80c3a..3896a8a6fce 100755
4242 *-*-cygwin*)
4343 ac_sys_system=Cygwin
4444 ;;
45- @@ -4592 ,6 +4595 ,9 @@ if test "$cross_compiling" = yes; then
45+ @@ -4612 ,6 +4615 ,9 @@ if test "$cross_compiling" = yes; then
4646 _host_ident=$host_cpu
4747 esac
4848 ;;
@@ -53,10 +53,10 @@ index a4514f80c3a..3896a8a6fce 100755
5353 _host_ident=
5454 ;;
5555diff --git a/configure.ac b/configure.ac
56- index a059a07bec2..50381cf760e 100644
56+ index a284a118f02..b86228cea4f 100644
5757--- a/configure.ac
5858+++ b/configure.ac
59- @@ -324 ,6 +324 ,9 @@ then
59+ @@ -333 ,6 +333 ,9 @@ then
6060 *-*-linux*)
6161 ac_sys_system=Linux
6262 ;;
@@ -66,7 +66,7 @@ index a059a07bec2..50381cf760e 100644
6666 *-*-cygwin*)
6767 ac_sys_system=Cygwin
6868 ;;
69- @@ -771 ,6 +774 ,9 @@ if test "$cross_compiling" = yes; then
69+ @@ -780 ,6 +783 ,9 @@ if test "$cross_compiling" = yes; then
7070 _host_ident=$host_cpu
7171 esac
7272 ;;
0 commit comments