File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 1- diff -ru xz-5.4.7-orig/build-aux/config.sub xz-5.4.7/build-aux/config.sub
2- --- xz-5.4.7-orig/build-aux/config.sub 2024-05-29 23:13:51
3- +++ xz-5.4.7/build-aux/config.sub 2024-07-24 14:20:00
4- @@ -1127,7 +1127,7 @@
1+ --- xz-5.6.4-orig/build-aux/config.sub 2025-01-23 09:58:05
2+ +++ xz-5.6.4/build-aux/config.sub 2025-03-09 20:15:18
3+ @@ -1194,7 +1194,7 @@
54 xscale-* | xscalee[bl]-*)
65 cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
76 ;;
@@ -10,12 +9,22 @@ diff -ru xz-5.4.7-orig/build-aux/config.sub xz-5.4.7/build-aux/config.sub
109 cpu=aarch64
1110 ;;
1211
13- @@ -1865,6 +1865,8 @@
14- os2-emx-)
12+ @@ -2149,7 +2149,8 @@
13+ | xenix* \
14+ | xray* \
15+ | zephyr* \
16+ - | zvmoe* )
17+ + | zvmoe* \
18+ + | macabi )
19+ ;;
20+ # This one is extra strict with allowed versions
21+ sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
22+ @@ -2249,6 +2250,8 @@
1523 ;;
1624 *-eabi*- | *-gnueabi*-)
17- + ;;
18- + ios*-simulator- | tvos*-simulator- | watchos*-simulator- )
1925 ;;
26+ + ios*-simulator- | tvos*-simulator- | watchos*-simulator- | ios*-macabi-)
27+ + ;;
2028 none--*)
2129 # None (no kernel, i.e. freestanding / bare metal),
30+ # can be paired with an machine code file format
You can’t perform that action at this time.
0 commit comments