public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] AArch64: Sort makefile entries
@ 2022-06-01 17:12 Wilco Dijkstra
  2022-06-01 17:15 ` Adhemerval Zanella
  0 siblings, 1 reply; 2+ messages in thread
From: Wilco Dijkstra @ 2022-06-01 17:12 UTC (permalink / raw)
  To: 'GNU C Library'; +Cc: Szabolcs Nagy

Sort makefile entries to reduce conflicts.

---
diff --git a/sysdeps/aarch64/multiarch/Makefile b/sysdeps/aarch64/multiarch/Makefile
index 490aaa0faf1e74fb7014e2ed6b574d92b8b83637..16297192ee8375ea1470d7b1f7e728a6dd0fd704 100644
--- a/sysdeps/aarch64/multiarch/Makefile
+++ b/sysdeps/aarch64/multiarch/Makefile
@@ -1,8 +1,20 @@
 ifeq ($(subdir),string)
-sysdep_routines += memcpy_generic memcpy_advsimd memcpy_thunderx memcpy_thunderx2 \
-		   memcpy_falkor memcpy_a64fx memcpy_sve \
-		   memset_generic memset_falkor memset_emag memset_kunpeng \
-		   memset_a64fx \
-		   memchr_generic memchr_nosimd \
-		   strlen_mte strlen_asimd
+sysdep_routines += \
+  memchr_generic \
+  memchr_nosimd \
+  memcpy_a64fx \
+  memcpy_advsimd \
+  memcpy_falkor \
+  memcpy_generic \
+  memcpy_sve \
+  memcpy_thunderx \
+  memcpy_thunderx2 \
+  memset_a64fx \
+  memset_emag \
+  memset_falkor \
+  memset_generic \
+  memset_kunpeng \
+  strlen_asimd \
+  strlen_mte \
+# sysdep_routines
 endif


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-01 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01 17:12 [PATCH] AArch64: Sort makefile entries Wilco Dijkstra
2022-06-01 17:15 ` Adhemerval Zanella

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 read-only IMAP folder(s) and NNTP newsgroup(s).