From 420504c2163e642f90c2a27a587a1bc8330e3b57 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Fri, 8 Jan 2010 13:26:19 +0900 Subject: [PATCH] rules: Added support for Renesas SH4. Added an appropriate entry to the java archdir map. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5cb707e..d944454 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,7 @@ endif # The archdir map has been copied from openjdk-6's debian/rules. JAVA_ARCHDIR_MAP = alpha=alpha arm=arm armel=arm amd64=amd64 hppa=parisc \ i386=i386 lpia=i386 m68k=m68k mips=mips mipsel=mipsel \ - powerpc=ppc sparc=sparc s390=s390 ia64=ia64 + powerpc=ppc sparc=sparc s390=s390 ia64=ia64 sh4=sh4 JAVA_ARCHDIR = $(strip $(patsubst $(DEB_BUILD_ARCH)=%, %, \ $(filter $(DEB_BUILD_ARCH)=%, $(JAVA_ARCHDIR_MAP)))) JAVA_HOME = /usr/lib/jvm/java-6-openjdk -- 2.30.2