summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorJames Clarke <jrtc27@jrtc27.com>2016-08-05 18:07:33 +0200
committerRene Engelhard <rene@debian.org>2016-08-05 18:09:59 +0200
commit3cb45765f2accfa749cc56a087059600ec467f28 (patch)
treedba1da8cd97d624754cb4e9c94776f39ae6e6b6a /jvmfwk
parent9dd8a0dcfdff21269f6423224d39d168519fb67e (diff)
(initial) sparc64 port
Change-Id: I8ec9bb5415a9e6b9083ba89a7790872d67625de1
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/inc/vendorbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/inc/vendorbase.hxx b/jvmfwk/inc/vendorbase.hxx
index 8f4fab589b04..6e50892a773f 100644
--- a/jvmfwk/inc/vendorbase.hxx
+++ b/jvmfwk/inc/vendorbase.hxx
@@ -35,7 +35,7 @@ namespace jfw_plugin
//Used by subclasses of VendorBase to build paths to Java runtime
#if defined(JAVA_ARCH)
#define JFW_PLUGIN_ARCH JAVA_ARCH
-#elif defined(__sparcv9)
+#elif defined SPARC64
#define JFW_PLUGIN_ARCH "sparcv9"
#elif defined SPARC
#define JFW_PLUGIN_ARCH "sparc"