Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gcc] Disable liblsan and libtsan for aarch64. Contributes to JB#47986
  • Loading branch information
xfade committed Jan 10, 2020
1 parent 1d641e2 commit 5fb4c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcc.spec
Expand Up @@ -125,7 +125,7 @@ ExclusiveArch: %ix86 x86_64
%else
%global build_libatomic 0
%endif
%ifarch x86_64 ppc64 ppc64le aarch64
%ifarch x86_64 ppc64 ppc64le
%global build_libtsan 1
%else
%global build_libtsan 0
Expand All @@ -135,7 +135,7 @@ ExclusiveArch: %ix86 x86_64
%else
%global build_libasan 0
%endif
%ifarch x86_64 ppc64 ppc64le aarch64
%ifarch x86_64 ppc64 ppc64le
%global build_liblsan 1
%else
%global build_liblsan 0
Expand Down

0 comments on commit 5fb4c4c

Please sign in to comment.