mailing list of musl libc
 help / color / mirror / code / Atom feed
efc5092d8865ccb6b16e73c5c8605f92b663b6b4 blob 780 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
From 2425a718046a82e705d05400bd9204b265ca3262 Mon Sep 17 00:00:00 2001
From: Patrick Oppenlander <patrick.oppenlander@gmail.com>
Date: Fri, 8 Jan 2021 21:34:39 +1100
Subject: [PATCH] compiler-rt: enable crt support on more arm targets

---
 compiler-rt/cmake/config-ix.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-rt/cmake/config-ix.cmake b/compiler-rt/cmake/config-ix.cmake
index 2edc1dabd90d..7d8b95146e9a 100644
--- a/compiler-rt/cmake/config-ix.cmake
+++ b/compiler-rt/cmake/config-ix.cmake
@@ -255,7 +255,7 @@ function(is_valid_apple_platform platform is_valid_out)
 endfunction()
 
 set(ARM64 aarch64)
-set(ARM32 arm armhf)
+set(ARM32 arm armhf armv7 armv7m armv7em)
 set(HEXAGON hexagon)
 set(X86 i386)
 set(X86_64 x86_64)
-- 
2.30.0

debug log:

solving efc5092 ...
found efc5092 in https://inbox.vuxu.org/musl/CAEg67Gnf-T4wf0LAkHJB4vdpnXzQdLSOWFShb4_tiVZNx0nrgg@mail.gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/CAEg67Gnf-T4wf0LAkHJB4vdpnXzQdLSOWFShb4_tiVZNx0nrgg@mail.gmail.com/
diff --git a/patches/llvm-project-11.0.0/0002-compiler-rt-enable-crt-support-on-more-arm-targets.patch b/patches/llvm-project-11.0.0/0002-compiler-rt-enable-crt-support-on-more-arm-targets.patch
new file mode 100644
index 0000000..efc5092

1:22: trailing whitespace.
 
1:29: trailing whitespace.
-- 
Checking patch patches/llvm-project-11.0.0/0002-compiler-rt-enable-crt-support-on-more-arm-targets.patch...
1:31: new blank line at EOF.
+
Applied patch patches/llvm-project-11.0.0/0002-compiler-rt-enable-crt-support-on-more-arm-targets.patch cleanly.
warning: 3 lines add whitespace errors.

index at:
100644 efc5092d8865ccb6b16e73c5c8605f92b663b6b4	patches/llvm-project-11.0.0/0002-compiler-rt-enable-crt-support-on-more-arm-targets.patch

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).