From: Jan Palus Date: Tue, 28 Apr 2020 22:13:41 +0000 (+0200) Subject: sanitizers and libatomic are supported on aarch64 X-Git-Tag: auto/th/gcc-10.1.0-1~3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=59e931a8f4f9347822629552fbb1792582b225dc;p=packages%2Fgcc.git sanitizers and libatomic are supported on aarch64 --- 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