Skip to content

Commit 13d9af0

Browse files
committed
Merge branch 'dynamic-loading' into dynamic-loading-3.10
2 parents b1d9523 + e25db43 commit 13d9af0

File tree

1 file changed

+30
-29
lines changed

1 file changed

+30
-29
lines changed

patch/xz-5.2.6.patch

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
1-
diff -ru xz-5.2.5/build-aux/config.sub xz-5.2.5-patched/build-aux/config.sub
2-
--- xz-5.2.5/build-aux/config.sub 2020-03-17 22:29:35.000000000 +0800
3-
+++ xz-5.2.5-patched/build-aux/config.sub 2022-08-10 08:38:41.000000000 +0800
4-
@@ -116,6 +116,7 @@
5-
case $maybe_os in
6-
nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
7-
linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
8-
+ ios*-simulator | tvos*-simulator | watchos*-simulator | \
9-
knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
10-
kopensolaris*-gnu* | cloudabi*-eabi* | \
11-
storm-chaos* | os2-emx* | rtmk-nova*)
12-
@@ -450,6 +451,9 @@
13-
| ymp-* \
14-
| z8k-* | z80-*)
1+
diff -ru xz-5.2.6-orig/build-aux/config.sub xz-5.2.6/build-aux/config.sub
2+
--- xz-5.2.6-orig/build-aux/config.sub 2022-08-12 18:56:06.000000000 +0800
3+
+++ xz-5.2.6/build-aux/config.sub 2022-09-01 14:36:08.000000000 +0800
4+
@@ -1121,10 +1121,9 @@
5+
xscale-* | xscalee[bl]-*)
6+
cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
157
;;
16-
+ arm64-* | arm64e-* | arm64_32-*)
17-
+ basic_machine=aarch64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
18-
+ ;;
19-
# Recognize the basic CPU types without company name, with glob match.
20-
xtensa*)
21-
basic_machine=$basic_machine-unknown
22-
@@ -1520,7 +1524,11 @@
8+
- arm64-*)
9+
+ arm64-* | arm64_32-*)
10+
cpu=aarch64
2311
;;
24-
-nacl*)
12+
-
13+
# Recognize the canonical CPU Types that limit and/or modify the
14+
# company names they are paired with.
15+
cr16-*)
16+
@@ -1723,7 +1722,7 @@
17+
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
18+
| sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \
19+
| hiux* | abug | nacl* | netware* | windows* \
20+
- | os9* | macos* | osx* | ios* \
21+
+ | os9* | macos* | osx* | ios* | tvos* | watchos* \
22+
| mpw* | magic* | mmixware* | mon960* | lnews* \
23+
| amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \
24+
| aos* | aros* | cloudabi* | sortix* | twizzler* \
25+
@@ -1786,6 +1785,8 @@
2526
;;
26-
- -ios)
27-
+ -ios | -ios-simulator)
28-
+ ;;
29-
+ -tvos | -tvos-simulator)
30-
+ ;;
31-
+ -watchos | -watchos-simulator)
27+
*-eabi* | *-gnueabi*)
3228
;;
33-
-none)
29+
+ ios*-simulator | tvos*-simulator | watchos*-simulator)
30+
+ ;;
31+
-*)
32+
# Blank kernel with real OS is always fine.
3433
;;
34+
Only in xz-5.2.6/build-aux: config.sub.orig
35+
Only in xz-5.2.6/build-aux: config.sub.rej

0 commit comments

Comments
 (0)