python: drop some more msysize changes

This commit is contained in:
Christoph Reiter
2022-06-06 15:12:23 +02:00
parent 4dce831c9d
commit 0345259471
2 changed files with 5 additions and 35 deletions

View File

@@ -1,27 +1,5 @@
diff -Naur Python-3.8.2-orig/config.guess Python-3.8.2/config.guess
--- Python-3.8.2-orig/config.guess 2020-02-25 00:36:25.000000000 +0300
+++ Python-3.8.2/config.guess 2020-04-16 11:24:20.093487400 +0300
@@ -883,6 +883,9 @@
amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
echo x86_64-unknown-cygwin
exit ;;
+ amd64:MSYS*:*:* | x86_64:MSYS*:*:*)
+ echo x86_64-unknown-msys
+ exit ;;
prep*:SunOS:5.*:*)
echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
exit ;;
--- Python-3.8.7.cygwin/configure.ac 2021-05-11 21:07:52.839122100 +0200
+++ Python-3.8.7/configure.ac 2021-05-11 21:10:48.366063600 +0200
@@ -371,7 +371,7 @@
*-*-linux*)
ac_sys_system=Linux
;;
- *-*-cygwin*)
+ *-*-cygwin*|*-*-msys*)
ac_sys_system=Cygwin
;;
*-*-vxworks*)
@@ -401,7 +401,7 @@
case $MACHDEP in
aix*) MACHDEP="aix";;
@@ -31,15 +9,6 @@ diff -Naur Python-3.8.2-orig/config.guess Python-3.8.2/config.guess
darwin*) MACHDEP="darwin";;
'') MACHDEP="unknown";;
esac
@@ -420,7 +420,7 @@
_host_cpu=$host_cpu
esac
;;
- *-*-cygwin*)
+ *-*-cygwin*|*-*-msys*)
_host_cpu=
;;
*-*-vxworks*)
@@ -845,6 +845,14 @@
darwin
#elif defined(__VXWORKS__)