Skip to content

Commit ad0f881

Browse files
committed
Update the libffi patch
1 parent ba3c97b commit ad0f881

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

patch/libffi.patch

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
diff -Naur libffi-3.4.7-orig/config.sub libffi-3.4.7/config.sub
22
--- libffi-3.4.7-orig/config.sub 2024-12-13 10:38:19
3-
+++ libffi-3.4.7/config.sub 2025-03-09 14:09:03
3+
+++ libffi-3.4.7/config.sub 2025-03-11 19:17:04
44
@@ -1768,7 +1768,7 @@
55
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
66
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
@@ -10,18 +10,17 @@ diff -Naur libffi-3.4.7-orig/config.sub libffi-3.4.7/config.sub
1010
;;
1111
# This one is extra strict with allowed versions
1212
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
13-
@@ -1865,8 +1865,10 @@
13+
@@ -1864,8 +1864,8 @@
14+
;;
1415
os2-emx-)
1516
;;
16-
ios*-simulator* | tvos*-simulator* | watchos*-simulator*)
17+
- ios*-simulator* | tvos*-simulator* | watchos*-simulator*)
1718
- ;;
19+
+ ios*-simulator* | tvos*-simulator* | watchos*-simulator* | ios*macabi*)
1820
+ ;;
1921
*-eabi*- | *-gnueabi*-)
20-
+ ;;
21-
+ ios*-macabi- )
2222
;;
2323
none--*)
24-
# None (no kernel, i.e. freestanding / bare metal),
2524
diff -Naur libffi-3.4.7-orig/generate-darwin-source-and-headers.py libffi-3.4.7/generate-darwin-source-and-headers.py
2625
--- libffi-3.4.7-orig/generate-darwin-source-and-headers.py 2024-06-01 18:42:02
2726
+++ libffi-3.4.7/generate-darwin-source-and-headers.py 2025-03-09 14:29:38

0 commit comments

Comments
 (0)