1
- From bee7bb3310b356e99e3a0f75f23efbc97f1b0a24 Mon Sep 17 00:00:00 2001
1
+ From 7a7c6fc48512405ede8b2db440b702e866364b00 Mon Sep 17 00:00:00 2001
2
2
From: Russell Keith-Magee <
[email protected] >
3
3
Date: Mon, 26 Feb 2024 09:21:10 +0800
4
4
Subject: [PATCH] config.sub: Include support for arm64_32 and iOS/tvOS/watchOS
@@ -25,22 +25,23 @@ The `-simulator` suffix is significant because iOS devices and iOS
25
25
simulators have a different ABI. It is therefore essential that these
26
26
can be differentiated in a compiler triple.
27
27
---
28
- config.sub | 5 ++++-
29
- 1 file changed, 4 insertions(+), 1 deletion (-)
28
+ config.sub | 6 ++++- -
29
+ 1 file changed, 4 insertions(+), 2 deletions (-)
30
30
31
31
diff --git a/config.sub b/config.sub
32
- index 2c6a07a..1bb6a05 100755
32
+ index 4aaae46..335706d 100755
33
33
--- a/config.sub
34
34
+++ b/config.sub
35
- @@ -4,6 +4,7 @@
35
+ @@ -4,7 +4,7 @@
36
36
37
- # shellcheck disable=SC2006,SC2268 # see below for rationale
37
+ # shellcheck disable=SC2006,SC2268,SC2162 # see below for rationale
38
38
39
- + # Patched 2024-02-03 to include support for arm64_32 and iOS/tvOS/watchOS simulators
40
- timestamp='2024 -01-01 '
39
+ - timestamp=' 2024-05-27'
40
+ + timestamp='2025 -01-06 '
41
41
42
42
# This file is free software; you can redistribute it and/or modify it
43
- @@ -1127,7 +1128,7 @@ case $cpu-$vendor in
43
+ # under the terms of the GNU General Public License as published by
44
+ @@ -1194,7 +1194,7 @@ case $cpu-$vendor in
44
45
xscale-* | xscalee[bl]-*)
45
46
cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
46
47
;;
@@ -49,7 +50,7 @@ index 2c6a07a..1bb6a05 100755
49
50
cpu=aarch64
50
51
;;
51
52
52
- @@ -1866 ,6 +1867 ,8 @@ case $kernel-$os-$obj in
53
+ @@ -2249 ,6 +2249 ,8 @@ case $kernel-$os-$obj in
53
54
;;
54
55
*-eabi*- | *-gnueabi*-)
55
56
;;
0 commit comments