@@ -3,9 +3,11 @@ Forwarded: no
3
3
Author: Sylvain Beucler <beuc@beuc.net>
4
4
Last-Update: 2020-05-08
5
5
6
- --- a/config.sub 2020-05-08 12:15:20.097297249 +0200
7
- +++ b/config.sub 2020-05-08 12:17:19.704298501 +0200
8
- @@ -1394,7 +1394,7 @@
6
+ Index: Python-3.8.3/config.sub
7
+ ===================================================================
8
+ --- Python-3.8.3.orig/config.sub
9
+ +++ Python-3.8.3/config.sub
10
+ @@ -1394,7 +1394,7 @@ case $os in
9
11
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
10
12
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
11
13
| -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \
@@ -14,9 +16,11 @@ Last-Update: 2020-05-08
14
16
# Remember, each alternative MUST END IN *, to match a version number.
15
17
;;
16
18
-qnx*)
17
- --- a/configure 2020-02-24 22:36:25.000000000 +0100
18
- +++ b/configure 2020-05-08 12:41:34.048250804 +0200
19
- @@ -3274,6 +3274,9 @@
19
+ Index: Python-3.8.3/configure
20
+ ===================================================================
21
+ --- Python-3.8.3.orig/configure
22
+ +++ Python-3.8.3/configure
23
+ @@ -3278,6 +3278,9 @@ then
20
24
*-*-vxworks*)
21
25
ac_sys_system=VxWorks
22
26
;;
@@ -26,7 +30,7 @@ Last-Update: 2020-05-08
26
30
*)
27
31
# for now, limit cross builds to known configurations
28
32
MACHDEP="unknown"
29
- @@ -3324 ,6 +3327 ,9 @@
33
+ @@ -3328 ,6 +3331 ,9 @@ if test "$cross_compiling" = yes; then
30
34
*-*-vxworks*)
31
35
_host_cpu=$host_cpu
32
36
;;
@@ -36,11 +40,10 @@ Last-Update: 2020-05-08
36
40
*)
37
41
# for now, limit cross builds to known configurations
38
42
MACHDEP="unknown"
39
- diff --git a/config-emscripten.site b/config-emscripten.site
40
- new file mode 100644
41
- index 0000000..c273024
43
+ Index: Python-3.8.3/config-emscripten.site
44
+ ===================================================================
42
45
--- /dev/null
43
- +++ b /config-emscripten.site
46
+ +++ Python-3.8.3 /config-emscripten.site
44
47
@@ -0,0 +1,5 @@
45
48
+ # Required by ./configure
46
49
+ ac_cv_file__dev_ptmx=no
0 commit comments