Skip to content

Commit f9aec9f

Browse files
committed
Remove more -apple-watchos
1 parent f4a4c9d commit f9aec9f

File tree

5 files changed

+0
-32
lines changed

5 files changed

+0
-32
lines changed

cpython-unix/extension-modules.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ _ctypes_test:
152152
- m
153153

154154
_curses:
155-
# ncurses not available on iOS.
156-
disabled-targets:
157-
- .*-apple-watchos
158155
sources:
159156
- _cursesmodule.c
160157
defines:
@@ -176,9 +173,6 @@ _curses:
176173
- .*-apple-darwin
177174

178175
_curses_panel:
179-
# ncurses not available on iOS.
180-
disabled-targets:
181-
- .*-apple-watchos
182176
sources:
183177
- _curses_panel.c
184178
defines:
@@ -878,8 +872,6 @@ pyexpat:
878872
- expat
879873

880874
readline:
881-
disabled-targets:
882-
- .*-apple-watchos
883875
sources:
884876
- readline.c
885877
defines:

cpython-unix/patch-apple-cross-3.12.patch

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@ diff --git a/configure.ac b/configure.ac
22
index c62a565eb6..7e5d34632c 100644
33
--- a/configure.ac
44
+++ b/configure.ac
5-
@@ -545,6 +545,15 @@ then
6-
*-*-cygwin*)
7-
ac_sys_system=Cygwin
8-
;;
9-
+ *-apple-watchos*)
10-
+ ac_sys_system=watchOS
11-
+ ;;
12-
*-*-vxworks*)
13-
ac_sys_system=VxWorks
14-
;;
155
@@ -600,6 +609,19 @@ if test "$cross_compiling" = yes; then
166
*-*-cygwin*)
177
_host_cpu=

cpython-unix/patch-apple-cross-3.13.patch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ index 58f54076ff2..a734260691a 100644
66
*-apple-ios*)
77
ac_sys_system=iOS
88
;;
9-
+ *-apple-watchos*)
10-
+ ac_sys_system=watchOS
11-
+ ;;
129
+ *-*-darwin*)
1310
+ ac_sys_system=Darwin
1411
+ ;;

cpython-unix/patch-apple-cross.patch

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@ diff --git a/configure.ac b/configure.ac
22
index c62a565eb6..7e5d34632c 100644
33
--- a/configure.ac
44
+++ b/configure.ac
5-
@@ -545,6 +545,15 @@ then
6-
*-*-cygwin*)
7-
ac_sys_system=Cygwin
8-
;;
9-
+ *-apple-watchos*)
10-
+ ac_sys_system=watchOS
11-
+ ;;
12-
*-*-vxworks*)
13-
ac_sys_system=VxWorks
14-
;;
155
@@ -600,6 +609,19 @@ if test "$cross_compiling" = yes; then
166
*-*-cygwin*)
177
_host_cpu=

src/validation.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const RECOGNIZED_TRIPLES: &[&str] = &[
4747
"ppc64le-unknown-linux-gnu",
4848
"riscv64-unknown-linux-gnu",
4949
"s390x-unknown-linux-gnu",
50-
"thumbv7k-apple-watchos",
5150
"x86_64-apple-darwin",
5251
"x86_64-pc-windows-msvc",
5352
"x86_64-unknown-linux-gnu",

0 commit comments

Comments
 (0)