Kaydet (Commit) caacdc4b authored tarafından Caolán McNamara's avatar Caolán McNamara

f22 openjdk for ppc64le has both these dirs, but jawt is only on one

Change-Id: Ie770ecceb8c8f5a6fa882a9f5d5a26806b029589
üst 25ade745
...@@ -7058,7 +7058,7 @@ then ...@@ -7058,7 +7058,7 @@ then
my_java_arch=ppc64 my_java_arch=ppc64
;; ;;
powerpc64le) powerpc64le)
AS_IF([test -d "$JAVA_HOME/jre/lib/ppc64le"], [my_java_arch=ppc64le], [my_java_arch=ppc64]) AS_IF([test -d "$JAVA_HOME/jre/lib/ppc64le/libjawt.so"], [my_java_arch=ppc64le], [my_java_arch=ppc64])
JAVA_ARCH=$my_java_arch JAVA_ARCH=$my_java_arch
;; ;;
x86_64) x86_64)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment