Skip to content

Commit

Permalink
Minumal xz patch
Browse files Browse the repository at this point in the history
  • Loading branch information
asavva-2016 committed Mar 9, 2025
1 parent 84b0045 commit d5a17e5
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions patch/xz.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
diff -ru xz-5.4.7-orig/build-aux/config.sub xz-5.4.7/build-aux/config.sub
--- xz-5.4.7-orig/build-aux/config.sub 2024-05-29 23:13:51
+++ xz-5.4.7/build-aux/config.sub 2024-07-24 14:20:00
@@ -1127,7 +1127,7 @@
--- xz-5.6.4-orig/build-aux/config.sub 2025-01-23 09:58:05
+++ xz-5.6.4/build-aux/config.sub 2025-03-09 20:15:18
@@ -1194,7 +1194,7 @@
xscale-* | xscalee[bl]-*)
cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
;;
Expand All @@ -10,12 +9,22 @@ diff -ru xz-5.4.7-orig/build-aux/config.sub xz-5.4.7/build-aux/config.sub
cpu=aarch64
;;

@@ -1865,6 +1865,8 @@
os2-emx-)
@@ -2149,7 +2149,8 @@
| xenix* \
| xray* \
| zephyr* \
- | zvmoe* )
+ | zvmoe* \
+ | macabi )
;;
# This one is extra strict with allowed versions
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
@@ -2249,6 +2250,8 @@
;;
*-eabi*- | *-gnueabi*-)
+ ;;
+ ios*-simulator- | tvos*-simulator- | watchos*-simulator- )
;;
+ ios*-simulator- | tvos*-simulator- | watchos*-simulator- | ios*-macabi-)
+ ;;
none--*)
# None (no kernel, i.e. freestanding / bare metal),
# can be paired with an machine code file format

0 comments on commit d5a17e5

Please sign in to comment.