]> git.pld-linux.org Git - packages/gcc.git/commitdiff
sanitizers and libatomic are supported on aarch64
authorJan Palus <atler@pld-linux.org>
Tue, 28 Apr 2020 22:13:41 +0000 (00:13 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 28 Apr 2020 22:13:41 +0000 (00:13 +0200)
gcc.spec

index db668de23c06aa6aa46c6a1841374e190299a80b..466b47e2ca261268bd650eaa2b397396670426c2 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
 %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
This page took 0.08944 seconds and 4 git commands to generate.