mailing list of musl libc
 help / color / mirror / code / Atom feed
50a78f548129317ae709014b5487617ae8253b3c blob 776 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 2/3] compiler-rt: enable crt support on armv7 and armv7m

---
 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 armv7 armv7m armhf)
 set(HEXAGON hexagon)
 set(X86 i386)
 set(X86_64 x86_64)
-- 
2.30.0

debug log:

solving 50a78f5 ...
found 50a78f5 in https://inbox.vuxu.org/musl/CAEg67GktBDq+_vGF4hNC47OW8TZVpQdkDR=BnqCxDYTYwBsGKg@mail.gmail.com/ ||
	https://inbox.vuxu.org/musl/CAEg67G=3RVgfYKVjaAiCfGxGeB+TxQ3A6u=XFmuWYhsKvpRAPQ@mail.gmail.com/

applying [1/2] https://inbox.vuxu.org/musl/CAEg67GktBDq+_vGF4hNC47OW8TZVpQdkDR=BnqCxDYTYwBsGKg@mail.gmail.com/
diff --git a/patches/llvm-project-11.0.0/0002-compiler-rt-enable-crt-support-on-armv7-and-armv7m.patch b/patches/llvm-project-11.0.0/0002-compiler-rt-enable-crt-support-on-armv7-and-armv7m.patch
new file mode 100644
index 0000000..50a78f5

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

skipping https://inbox.vuxu.org/musl/CAEg67G=3RVgfYKVjaAiCfGxGeB+TxQ3A6u=XFmuWYhsKvpRAPQ@mail.gmail.com/ for 50a78f5
index at:
100644 50a78f548129317ae709014b5487617ae8253b3c	patches/llvm-project-11.0.0/0002-compiler-rt-enable-crt-support-on-armv7-and-armv7m.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).