summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-08 11:50:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-06-08 11:50:26 +0200
commite69aed42a064bcb500ce3d1295c90702bac18aac (patch)
tree8b777fbfe75400e59739f82f0e5128b8d04ad942 /community
parent9fe934082e3114d235e778ecd9c63ad8b0a1203d (diff)
downloadpackages-e69aed42a064bcb500ce3d1295c90702bac18aac.tar.xz
community/gcc7: removed tsan
Diffstat (limited to 'community')
-rw-r--r--community/gcc7/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/gcc7/PKGBUILD b/community/gcc7/PKGBUILD
index e77bd1f0..30135d70 100644
--- a/community/gcc7/PKGBUILD
+++ b/community/gcc7/PKGBUILD
@@ -4,5 +4,6 @@ eval "$(
declare -f package_gcc7-libs | \
sed '
/libgcc_s/ d
+ s@libsanitizer/{a,l,ub,t}san@libsanitizer/{a,l,ub}san@
'
)"