[packages/gcc] sanitizers and libatomic are supported on aarch64

atler atler at pld-linux.org
Wed Apr 29 00:14:47 CEST 2020


commit 59e931a8f4f9347822629552fbb1792582b225dc
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Apr 29 00:13:41 2020 +0200

    sanitizers and libatomic are supported on aarch64

 gcc.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gcc.spec b/gcc.spec
index db668de..466b47e 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -68,15 +68,15 @@
 %define		with_multilib2	1
 %endif
 %endif
-%ifarch %{ix86} %{x8664} x32 alpha %{arm} ppc ppc64 sh sparc sparcv9 sparc64
+%ifarch %{ix86} %{x8664} x32 alpha %{arm} ppc ppc64 sh sparc sparcv9 sparc64 aarch64
 # library for atomic operations not supported by hardware
 %define		with_atomic	1
 %endif
-%ifarch %{ix86} %{x8664} x32 %{arm} ppc ppc64 sparc sparcv9 sparc64
+%ifarch %{ix86} %{x8664} x32 %{arm} ppc ppc64 sparc sparcv9 sparc64 aarch64
 # sanitizer feature (asan and ubsan are common for all supported archs)
 %define		with_Xsan	1
 %endif
-%ifarch %{x8664}
+%ifarch %{x8664} aarch64
 # lsan and tsan exist only for primary x86_64 ABI
 %define		with_lsan_m0	1
 %define		with_tsan_m0	1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gcc.git/commitdiff/59e931a8f4f9347822629552fbb1792582b225dc



More information about the pld-cvs-commit mailing list