aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jikes/jikes_1.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jikes/jikes_1.21.bb')
-rw-r--r--recipes/jikes/jikes_1.21.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/jikes/jikes_1.21.bb b/recipes/jikes/jikes_1.21.bb
new file mode 100644
index 0000000000..c7a8c6afe7
--- /dev/null
+++ b/recipes/jikes/jikes_1.21.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Java compiler adhering to language and VM specifications"
+HOMEPAGE = "http://jikes.sourceforge.net/"
+PRIORITY = "optional"
+SECTION = "devel"
+LICENSE = "IBM"
+PR = "r2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/jikes/jikes-${PV}.tar.bz2"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-fp-emulation"
+
+# configure script incorrectly defines these when cross compiling for ARM
+CXXFLAGS_append_arm += "-UHAVE_64BIT_TYPES -DWORDS_BIGENDIAN=1"
+