summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-7-common.inc
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2018-08-20 23:14:39 +0200
committerRichard Leitner <richard.leitner@skidata.com>2018-10-02 07:59:06 +0200
commit52479af161f235095b8a4b85e5de54c4edfb0754 (patch)
tree9687ff2c77c71e33b18f09255aeae9878370679b /recipes-core/openjdk/openjdk-7-common.inc
parentb8763325d9cb6d27d6215b51bc87658f97b36913 (diff)
downloadmeta-java-52479af161f235095b8a4b85e5de54c4edfb0754.tar.gz
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 <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-common.inc')
-rw-r--r--recipes-core/openjdk/openjdk-7-common.inc3
1 files changed, 0 insertions, 3 deletions
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 += ' \
126 UNZIP_BIN="${STAGING_BINDIR_NATIVE}/unzip" \ 126 UNZIP_BIN="${STAGING_BINDIR_NATIVE}/unzip" \
127' 127'
128 128
129# Provides the target architecture to the configure script.
130export LLVM_CONFIGURE_ARCH="${@get_llvm_configure_arch(d)}"
131
132OE_LAUNCHER_LDFLAGS = "-Wl,-rpath-link,${STAGING_LIBDIR}/llvm${WANT_LLVM_RELEASE} -Wl,-rpath,${libdir}/llvm${WANT_LLVM_RELEASE}" 129OE_LAUNCHER_LDFLAGS = "-Wl,-rpath-link,${STAGING_LIBDIR}/llvm${WANT_LLVM_RELEASE} -Wl,-rpath,${libdir}/llvm${WANT_LLVM_RELEASE}"
133 130
134OE_LAUNCHER_LDFLAGS_arm = "" 131OE_LAUNCHER_LDFLAGS_arm = ""