commit 6e29497e6b21c25abdf7ecaea3a57fdf51aadaec (HEAD, refs/heads/master)
Author: Dima Kogan <dima@oblong.com>
Date:   Sat Feb 8 09:29:14 2014 +0000

    settings specific to multiarch-based cross-compiler building
    
    I don't build compilers for    D,java,go,objc,objcxx
    I do    build compilers for    C,C++,fortran

	Modified   rules.defs
diff --git a/rules.defs b/rules.defs
index 30fb389..818e7c0 100644
--- gcc-4.9.1.orig/debian/rules.defs	2014-10-06 03:45:46.390380975 +0000
+++ gcc-4.9.1/debian/rules.defs	2014-10-06 03:45:46.390380975 +0000
@@ -622,6 +622,7 @@ endif
 
 java_no_cpus := # arm64 mips mipsel
 java_no_systems :=
+java_no_cross := yes
 
 ifneq ($(single_package),yes)
   with_separate_libgcj := yes
@@ -726,7 +727,6 @@ endif
 #   with_separate_libgo=yes, with_standalone_go=no
 
 go_no_cross := yes
-go_no_cross := no
 
 ifneq (,$(findstring gccgo, $(PKGSOURCE)))
   with_separate_libgo := yes
@@ -846,7 +846,6 @@ ifeq ($(with_d),yes)
 endif
 
 # Fortran 95 -------------------
-fortran_no_cross := yes
 fortran_no_cross := no
 
 ifneq ($(with_base_only),yes)
@@ -885,7 +884,7 @@ ifneq (,$(findstring $(DEB_TARGET_ARCH_CPU), ia64 i386 i486 i586 i686 amd64))
 endif
 
 # ObjC ------------------------
-objc_no_cross := no
+objc_no_cross := yes
 
 ifneq ($(with_base_only),yes)
   ifneq ($(separate_lang),yes)
@@ -928,7 +927,7 @@ ifeq ($(with_objc),yes)
 endif
 
 # ObjC++ ----------------------
-objcxx_no_cross := no
+objcxx_no_cross := yes
 
 ifeq ($(with_objc),yes)
   ifneq ($(with_base_only),yes)
