~ubuntu-branches/ubuntu/vivid/db/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-08-07 09:12:14 UTC
  • Revision ID: package-import@ubuntu.com-20130807091214-z7auf612j4580ans
Tags: 5.1.29-5ubuntu9
Re-enable building the java bindings on AArch64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
-include /usr/share/gcj/debian_defaults
28
28
-include /usr/share/javahelper/java-vars.mk
29
29
 
30
 
JAVA_BROKEN_ARCHS = arm64
31
 
GCJ_BROKEN_ARCHS = arm64 ia64 sparc mips sh4
 
30
JAVA_BROKEN_ARCHS =
 
31
GCJ_BROKEN_ARCHS = ia64 sparc mips sh4
32
32
GCJ_NATIVE_ARCHS = $(filter-out $(GCJ_BROKEN_ARCHS), $(gcj_native_archs))
33
33
 
34
34
ENABLE_JAVA=no