[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#417275: gcj-4.1: Add --enable-libgcj for m32r



Package:gcj-4.1
Version:4.1.1-20
Severity:wishlist
Tags:patch

Please add --enable-libgcj to CONFARGS for m32r.

Regards,
Kazuhiro Inaoka
--- debian.org/rules2	2007-04-02 17:43:07.000000000 +0900
+++ debian/rules2	2007-02-27 19:52:15.000000000 +0900
@@ -216,6 +216,11 @@ ifeq ($(findstring x86_64-linux,$(DEB_TA
     endif
 endif
 
+ifeq ($(with_gcj),yes)
+    ifeq ($(DEB_HOST_GNU_CPU),m32r)
+      CONFARGS += --enable-libgcj
+    endif
+endif
 ifeq ($(findstring powerpc-linux,$(DEB_TARGET_GNU_TYPE)),powerpc-linux)
     ifeq ($(biarch),yes)
       CONFARGS += --disable-softfloat \

Reply to: