summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-01-08 15:27:43 +0300
committerIgor Pashev <pashev.igor@gmail.com>2015-01-08 15:27:43 +0300
commit96dd937c6633ff550e858bb6ba8793782073e07f (patch)
tree53a08eb3651a55fa609fc0e96f2b6f3e2e4933be
parentcdc78dc6d318723cc8d20882896de91434198a91 (diff)
downloadgcc-49-96dd937c6633ff550e858bb6ba8793782073e07f.tar.gz
Revert "Disable java"
This reverts commit 5f2ab826ce0d44e0f0f7f4c6cea86e986b08301d.
-rw-r--r--debian/rules.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.defs b/debian/rules.defs
index c1e35d7..1e4a8e7 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -639,7 +639,7 @@ ifeq ($(java_no_cross)-$(DEB_CROSS),yes-yes)
with_java := disabled for cross compiler package
endif
with_java := $(call envfilt, java, , c++, $(with_java))
-with_java := disabled for a while on Dyson (FTBFS: gjdoc crashes)
+#with_java := disabled for a while on Dyson (FTBFS, due to Boehm GC)
ifeq ($(with_java)-$(with_separate_libgcj),yes-yes)
ifneq (,$(findstring gcj, $(PKGSOURCE)))