diff options
author | David Tardon <dtardon@redhat.com> | 2015-05-12 12:10:16 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-05-12 12:14:54 +0200 |
commit | d8eee8e4d1a303044bf34b28c2e95bd6da23fd79 (patch) | |
tree | 70d58a31a061a4f243a712745e8348ec612f1645 /config_host | |
parent | d2ef03ce0b9295034f9078bc04acbf4cfc939ef6 (diff) |
java dir for powepc64 and powepc64le can differ
E.g., RHEL >= 7.1 uses ppc64le for reasons listed in
https://bugs.openjdk.java.net/browse/JDK-8073139 .
This is a follow-up to commit 7a66dbe982623be620ad6ac426fe689a434e5f51.
Change-Id: I685f76d51e9775788a7fb225c6a5e2309a45ceb7
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_java.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_host/config_java.h.in b/config_host/config_java.h.in new file mode 100644 index 000000000000..8b23de922488 --- /dev/null +++ b/config_host/config_java.h.in @@ -0,0 +1,6 @@ +#ifndef CONFIG_JAVA_H +#define CONFIG_JAVA_H + +#undef JAVA_ARCH + +#endif |