summaryrefslogtreecommitdiffstats
path: root/toolkit/components
diff options
context:
space:
mode:
authorMoonchild <git-repo@palemoon.org>2020-03-28 16:50:07 +0100
committerGitHub <noreply@github.com>2020-03-28 16:50:07 +0100
commit1039487b75057f5414a26b584a04db395efb8070 (patch)
treec89d2c472932747d4c582ca2b83ba12063cf113c /toolkit/components
parent6676a7d6f1feb9ca9013bf01281ca01f4a8cf4f3 (diff)
parentf7c9359b2ac431ac99fb4e8a1ebd799e6e8fb21c (diff)
downloadUXP-1039487b75057f5414a26b584a04db395efb8070.tar
UXP-1039487b75057f5414a26b584a04db395efb8070.tar.gz
UXP-1039487b75057f5414a26b584a04db395efb8070.tar.lz
UXP-1039487b75057f5414a26b584a04db395efb8070.tar.xz
UXP-1039487b75057f5414a26b584a04db395efb8070.zip
Merge pull request #1472 from JMadgwick/master
Fix building on sparc64 Linux
Diffstat (limited to 'toolkit/components')
-rw-r--r--toolkit/components/protobuf/src/google/protobuf/stubs/platform_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/protobuf/src/google/protobuf/stubs/platform_macros.h b/toolkit/components/protobuf/src/google/protobuf/stubs/platform_macros.h
index 7956d076d..b05f2f853 100644
--- a/toolkit/components/protobuf/src/google/protobuf/stubs/platform_macros.h
+++ b/toolkit/components/protobuf/src/google/protobuf/stubs/platform_macros.h
@@ -67,7 +67,7 @@
#define GOOGLE_PROTOBUF_ARCH_32_BIT 1
#elif defined(sparc)
#define GOOGLE_PROTOBUF_ARCH_SPARC 1
-#ifdef SOLARIS_64BIT_ENABLED
+#ifdef __arch64__
#define GOOGLE_PROTOBUF_ARCH_64_BIT 1
#else
#define GOOGLE_PROTOBUF_ARCH_32_BIT 1