From 52479af161f235095b8a4b85e5de54c4edfb0754 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Mon, 20 Aug 2018 23:14:39 +0200 Subject: openjdk-7: use openjdk_build_helper's ARCH translation functions As the openjdk_build_helper now provides the ARCH translation function use those and drop the local ones. Furthermore remove the duplicated LLVM_CONFIGURE_ARCH export. Signed-off-by: Richard Leitner --- recipes-core/openjdk/openjdk-7-common.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'recipes-core/openjdk/openjdk-7-common.inc') diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index 0ef6758..6b02a4f 100644 --- a/recipes-core/openjdk/openjdk-7-common.inc +++ b/recipes-core/openjdk/openjdk-7-common.inc @@ -126,9 +126,6 @@ EXTRA_OEMAKE += ' \ UNZIP_BIN="${STAGING_BINDIR_NATIVE}/unzip" \ ' -# Provides the target architecture to the configure script. -export LLVM_CONFIGURE_ARCH="${@get_llvm_configure_arch(d)}" - OE_LAUNCHER_LDFLAGS = "-Wl,-rpath-link,${STAGING_LIBDIR}/llvm${WANT_LLVM_RELEASE} -Wl,-rpath,${libdir}/llvm${WANT_LLVM_RELEASE}" OE_LAUNCHER_LDFLAGS_arm = "" -- cgit v1.2.3-54-g00ecf