Skip to content

Commit ba3c97b

Browse files
committed
Fix the xz and libffi patches
1 parent d5a17e5 commit ba3c97b

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

patch/mpdecimal.patch

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
diff -Naur mpdecimal-4.0.0-orig/config.sub mpdecimal-4.0.0/config.sub
1+
diff -Naur --mi mpdecimal-4.0.0-orig/config.sub mpdecimal-4.0.0/config.sub
22
--- mpdecimal-4.0.0-orig/config.sub 2024-01-10 00:25:00
3-
+++ mpdecimal-4.0.0/config.sub 2025-03-09 19:38:32
3+
+++ mpdecimal-4.0.0/config.sub 2025-03-11 19:35:50
44
@@ -1127,7 +1127,7 @@
55
xscale-* | xscalee[bl]-*)
66
cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
@@ -19,14 +19,12 @@ diff -Naur mpdecimal-4.0.0-orig/config.sub mpdecimal-4.0.0/config.sub
1919
;;
2020
# This one is extra strict with allowed versions
2121
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
22-
@@ -1793,6 +1793,10 @@
22+
@@ -1792,6 +1792,8 @@
23+
os2-emx)
2324
;;
2425
*-eabi* | *-gnueabi*)
25-
;;
26-
+ ios*-simulator | tvos*-simulator | watchos*-simulator)
2726
+ ;;
28-
+ ios*-macabi)
29-
+ ;;
27+
+ ios*-simulator | tvos*-simulator | watchos*-simulator | ios*-macabi)
28+
;;
3029
none-coff* | none-elf*)
3130
# None (no kernel, i.e. freestanding / bare metal),
32-
# can be paired with an output format "OS"

patch/xz.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
;;
2020
# This one is extra strict with allowed versions
2121
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
22-
@@ -2249,6 +2250,8 @@
22+
@@ -2248,6 +2249,8 @@
23+
rtmk-nova-)
2324
;;
2425
*-eabi*- | *-gnueabi*-)
25-
;;
26-
+ ios*-simulator- | tvos*-simulator- | watchos*-simulator- | ios*-macabi-)
2726
+ ;;
27+
+ ios*-simulator- | tvos*-simulator- | watchos*-simulator- | ios*-macabi-)
28+
;;
2829
none--*)
2930
# None (no kernel, i.e. freestanding / bare metal),
30-
# can be paired with an machine code file format

0 commit comments

Comments
 (0)