diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-02-28 17:10:09 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-02-28 17:10:09 +0000 |
commit | 1cb8e2a88087a440e9d0f3eb220e2712b6c6a265 (patch) | |
tree | 06d48efe483046c2207e500a46ba99cc5e800c40 /debian/rules.defs | |
parent | a448b83170e97192876eaf093f77a1e620e81235 (diff) | |
download | gcc-5-1cb8e2a88087a440e9d0f3eb220e2712b6c6a265.tar.gz |
- really enable ubsan on ppc64el
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@7864 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.defs')
-rw-r--r-- | debian/rules.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.defs b/debian/rules.defs index de2ae14..0b70655 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 arm64 i386 powerpc ppc64 x32 sparc sparc64 +ubsan_archs = amd64 armel armhf arm64 i386 powerpc ppc64 ppc64el x32 sparc sparc64 ifneq (,$(filter $(DEB_TARGET_ARCH),$(ubsan_archs))) with_ubsan := yes endif |