1- From bee7bb3310b356e99e3a0f75f23efbc97f1b0a24 Mon Sep 17 00:00:00 2001
1+ From 7a7c6fc48512405ede8b2db440b702e866364b00 Mon Sep 17 00:00:00 2001
22From: Russell Keith-Magee <
[email protected] >
33Date: Mon, 26 Feb 2024 09:21:10 +0800
44Subject: [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
2525simulators have a different ABI. It is therefore essential that these
2626can be differentiated in a compiler triple.
2727---
28- config.sub | 5 ++++-
29- 1 file changed, 4 insertions(+), 1 deletion (-)
28+ config.sub | 6 ++++- -
29+ 1 file changed, 4 insertions(+), 2 deletions (-)
3030
3131diff --git a/config.sub b/config.sub
32- index 2c6a07a..1bb6a05 100755
32+ index 4aaae46..335706d 100755
3333--- a/config.sub
3434+++ b/config.sub
35- @@ -4,6 +4,7 @@
35+ @@ -4,7 +4,7 @@
3636
37- # shellcheck disable=SC2006,SC2268 # see below for rationale
37+ # shellcheck disable=SC2006,SC2268,SC2162 # see below for rationale
3838
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 '
4141
4242 # 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
4445 xscale-* | xscalee[bl]-*)
4546 cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
4647 ;;
@@ -49,7 +50,7 @@ index 2c6a07a..1bb6a05 100755
4950 cpu=aarch64
5051 ;;
5152
52- @@ -1866 ,6 +1867 ,8 @@ case $kernel-$os-$obj in
53+ @@ -2249 ,6 +2249 ,8 @@ case $kernel-$os-$obj in
5354 ;;
5455 *-eabi*- | *-gnueabi*-)
5556 ;;
0 commit comments