diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-08-10 17:45:19 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-08-10 17:45:19 +0400 |
commit | 5f2ab826ce0d44e0f0f7f4c6cea86e986b08301d (patch) | |
tree | a366b9f64f3eb67ac7e81ab1f7b38f997cd255b3 | |
parent | 7265a2f0ed0a4c41f4746e5330d0801502cab3f4 (diff) | |
download | gcc-49-5f2ab826ce0d44e0f0f7f4c6cea86e986b08301d.tar.gz |
Disable java
-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 1e4a8e7..c1e35d7 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, due to Boehm GC) +with_java := disabled for a while on Dyson (FTBFS: gjdoc crashes) ifeq ($(with_java)-$(with_separate_libgcj),yes-yes) ifneq (,$(findstring gcj, $(PKGSOURCE))) |