From: Nobuhiro Iwamatsu Date: Fri, 8 Jan 2010 04:26:19 +0000 (+0900) Subject: rules: Added support for Renesas SH4. X-Git-Tag: collectd-4.9.1-1~20 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=420504c2163e642f90c2a27a587a1bc8330e3b57;p=pkg-collectd.git rules: Added support for Renesas SH4. Added an appropriate entry to the java archdir map. --- 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