mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
Ports: Update Python to 3.10.0rc2
Released on 2021-09-07. https://www.python.org/downloads/release/python-3100rc2/
This commit is contained in:
parent
c5cdb6eb4c
commit
5426901521
7 changed files with 22 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
|||
--- Python-3.10.0rc1/config.sub 2021-08-03 19:03:07.361000000 +0100
|
||||
+++ Python-3.10.0rc1/config.sub 2021-08-03 19:04:06.425786525 +0100
|
||||
--- Python-3.10.0rc2/config.sub 2021-08-03 19:03:07.361000000 +0100
|
||||
+++ Python-3.10.0rc2/config.sub 2021-08-03 19:04:06.425786525 +0100
|
||||
@@ -1485,6 +1485,8 @@
|
||||
-oss*)
|
||||
os=-sysv3
|
||||
|
@ -9,8 +9,8 @@
|
|||
-svr4*)
|
||||
os=-sysv4
|
||||
;;
|
||||
--- Python-3.10.0rc1/configure.ac 2021-08-03 19:04:59.784000000 +0100
|
||||
+++ Python-3.10.0rc1/configure.ac 2021-08-03 19:08:42.069896469 +0100
|
||||
--- Python-3.10.0rc2/configure.ac 2021-08-03 19:04:59.784000000 +0100
|
||||
+++ Python-3.10.0rc2/configure.ac 2021-08-03 19:08:42.069896469 +0100
|
||||
@@ -391,6 +391,9 @@
|
||||
# a lot of different things including 'define_xopen_source'
|
||||
# in the case statement below.
|
||||
|
@ -48,9 +48,9 @@
|
|||
# -u libsys_s pulls in all symbols in libsys
|
||||
Darwin/*)
|
||||
LINKFORSHARED="$extra_undefs -framework CoreFoundation"
|
||||
--- Python-3.10.0rc1/configure 2021-08-03 19:06:33.593000000 +0100
|
||||
+++ Python-3.10.0rc1/configure 2021-08-03 19:08:53.870858123 +0100
|
||||
@@ -3697,6 +3697,9 @@
|
||||
--- Python-3.10.0rc2/configure 2021-09-07 15:18:28.000000000 +0200
|
||||
+++ Python-3.10.0rc2/configure 2021-09-18 17:01:57.104963183 +0200
|
||||
@@ -3325,6 +3325,9 @@
|
||||
# a lot of different things including 'define_xopen_source'
|
||||
# in the case statement below.
|
||||
case "$host" in
|
||||
|
@ -60,7 +60,7 @@
|
|||
*-*-linux-android*)
|
||||
ac_sys_system=Linux-android
|
||||
;;
|
||||
@@ -3735,6 +3738,7 @@
|
||||
@@ -3363,6 +3366,7 @@
|
||||
linux*) MACHDEP="linux";;
|
||||
cygwin*) MACHDEP="cygwin";;
|
||||
darwin*) MACHDEP="darwin";;
|
||||
|
@ -68,7 +68,7 @@
|
|||
'') MACHDEP="unknown";;
|
||||
esac
|
||||
fi
|
||||
@@ -3744,6 +3748,9 @@
|
||||
@@ -3372,6 +3376,9 @@
|
||||
|
||||
if test "$cross_compiling" = yes; then
|
||||
case "$host" in
|
||||
|
@ -78,7 +78,7 @@
|
|||
*-*-linux*)
|
||||
case "$host_cpu" in
|
||||
arm*)
|
||||
@@ -10788,7 +10795,7 @@
|
||||
@@ -9768,7 +9775,7 @@
|
||||
LINKFORSHARED="-Wl,-E -Wl,+s";;
|
||||
# LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/lib-dynload";;
|
||||
Linux-android*) LINKFORSHARED="-pie -Xlinker -export-dynamic";;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue