diff options
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/openjdk/openjdk-6-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-6-common.inc b/recipes-core/openjdk/openjdk-6-common.inc index 4254c9f..7ad7097 100644 --- a/recipes-core/openjdk/openjdk-6-common.inc +++ b/recipes-core/openjdk/openjdk-6-common.inc | |||
@@ -167,6 +167,7 @@ EXTRA_OEMAKE += ' \ | |||
167 | OE_CXXFLAGS="${TARGET_CXXFLAGS}" \ | 167 | OE_CXXFLAGS="${TARGET_CXXFLAGS}" \ |
168 | OE_LDFLAGS="${TARGET_LDFLAGS}" \ | 168 | OE_LDFLAGS="${TARGET_LDFLAGS}" \ |
169 | ZIPEXE="${STAGING_BINDIR_NATIVE}/zip" \ | 169 | ZIPEXE="${STAGING_BINDIR_NATIVE}/zip" \ |
170 | CROSS_COMPILE_ARCH="${JDK_ARCH}" \ | ||
170 | ' | 171 | ' |
171 | 172 | ||
172 | OE_LAUNCHER_LDFLAGS = "-Wl,-rpath-link,${STAGING_LIBDIR}/llvm${WANT_LLVM_RELEASE} -Wl,-rpath,/usr/lib/llvm${WANT_LLVM_RELEASE}" | 173 | OE_LAUNCHER_LDFLAGS = "-Wl,-rpath-link,${STAGING_LIBDIR}/llvm${WANT_LLVM_RELEASE} -Wl,-rpath,/usr/lib/llvm${WANT_LLVM_RELEASE}" |