summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9eac9a7)
raw | patch | inline | side by side (parent: 9eac9a7)
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | |
Thu, 11 Mar 2010 13:13:27 +0000 (22:13 +0900) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 3 Jun 2010 13:21:23 +0000 (15:21 +0200) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index ebc5ff18559caa226d3bab854c0a527ce97d7c9e..068edecd573446b6efa86572e323a5ea74fe83d6 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
endif
# The archdir map has been copied from openjdk-6's debian/rules.
-JAVA_ARCHDIR_MAP = armel=arm hppa=parisc lpia=i386 powerpc=ppc
+JAVA_ARCHDIR_MAP = armel=arm hppa=parisc lpia=i386 powerpc=ppc sh4=sh
JAVA_ARCHDIR = $(strip $(patsubst $(DEB_BUILD_ARCH)=%, %, \
$(filter $(DEB_BUILD_ARCH)=%, $(JAVA_ARCHDIR_MAP))))
ifeq (,$(JAVA_ARCHDIR))