summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2014-05-05 18:39:30 +0000
committerdoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2014-05-05 18:39:30 +0000
commitcdd7fba642b5db8b5dc1fb8ab9adc19b81b3e367 (patch)
tree8417a2b822e9276476b006f2da799d8fe11942f4
parent5b4b3668bef966f1373426de2b3646333eceb5b5 (diff)
downloadgcc-48-cdd7fba642b5db8b5dc1fb8ab9adc19b81b3e367.tar.gz
Revert:
* Disable the libsanitizer build on sparc, still fails to build. git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8@7356 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r--debian/changelog1
-rw-r--r--debian/rules.defs2
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index da1ecbe..dc60c5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
gcc-4.8 (4.8.2-22) UNRELEASED; urgency=medium
* Update to SVN 20140505 (r210076) from the gcc-4_8-branch.
- * Disable the libsanitizer build on sparc, still fails to build.
* Install only versioned gcc-ar gcc-nm gcc-ranlib binaries for the hppa64
cross compiler, update hppa64 alternatives. Closes: #745967.
* Fix the as and ld symlinks for the hppa64 cross compiler.
diff --git a/debian/rules.defs b/debian/rules.defs
index 36c25f4..8db2392 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -989,7 +989,7 @@ endif
# asan / sanitizer --------------------
with_asan :=
with_asan := $(call envfilt, asan, , , $(with_asan))
-asan_archs = amd64 armel armhf i386 powerpc ppc64 x32 # sparc sparc64
+asan_archs = amd64 armel armhf i386 powerpc ppc64 x32 sparc sparc64
ifneq (,$(filter $(DEB_TARGET_ARCH),$(asan_archs)))
with_asan := yes
endif