aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-common.inc
blob: 01a0a2aaa4b09b48f34f647f3c5df0da29bd08c1 (plain)
1
2
3
4
5
6
7
inherit java autotools gettext qemu pkgconfig
inherit openjdk-build-helper

JDK_ARCH = "${@openjdk_build_helper_get_jdk_arch(d)}"

# Provides the target architecture to the configure script.
export LLVM_CONFIGURE_ARCH="${@openjdk_build_helper_get_llvm_configure_arch(d)}"