aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jikes/jikes_1.21.bb
blob: ade11e6f019f6afa06cb684a985503908007b006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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

PROVIDES_virtclass-native = ""

BBCLASSEXTEND = "native"


EXTRA_OECONF = "--disable-fp-emulation"

# configure script incorrectly defines these when cross compiling for ARM
CXXFLAGS_append_arm += "-UHAVE_64BIT_TYPES -DWORDS_BIGENDIAN=1"


SRC_URI[md5sum] = "4e45eeab4c75918174e16ea2b695d812"
SRC_URI[sha256sum] = "30093eab8df4cad8ef94a1c4197272b75c719bbbbdf077c8b64e7cfbb9cbc9ae"