summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/rules.defs2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 320299c..2168a14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
gcc-5 (5-20150226-2) UNRELEASED; urgency=medium
- * Enable libsanitizer for AArch64.
+ * Enable libsanitizer for AArch64 (asan, ubsan).
* Remove the support to build empty libsanitizer packages on powerpc
and ppc64; libsanitizer should be stable on these architectures.
diff --git a/debian/rules.defs b/debian/rules.defs
index 118ec89..91a42d6 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1059,7 +1059,7 @@ endif # with_cdev
# ubsan / sanitizer --------------------
with_ubsan :=
with_ubsan := $(call envfilt, ubsan, , , $(with_ubsan))
-ubsan_archs = amd64 armel armhf i386 powerpc ppc64 x32 sparc sparc64
+ubsan_archs = amd64 armel armhf arm64 i386 powerpc ppc64 x32 sparc sparc64
ifneq (,$(filter $(DEB_TARGET_ARCH),$(ubsan_archs)))
with_ubsan := yes
endif