aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/platform_macros.h
diff options
context:
space:
mode:
authorGravatar Martin Ertsaas <mertsas@cisco.com>2015-01-22 08:58:20 +0100
committerGravatar Martin Ertsaas <mertsas@cisco.com>2015-01-22 09:10:19 +0100
commite85de03b8114c0cd99557fbfb4ae37dfc974c843 (patch)
tree4658ce49bfb5863e9616851e64fd3912b5629e6d /src/google/protobuf/stubs/platform_macros.h
parent5446deaea7ffc29f6e09368cb6238da083969123 (diff)
Add support for the TILE-Gx processor family.
Diffstat (limited to 'src/google/protobuf/stubs/platform_macros.h')
-rw-r--r--src/google/protobuf/stubs/platform_macros.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/google/protobuf/stubs/platform_macros.h b/src/google/protobuf/stubs/platform_macros.h
index 1ff09b83..0ab993f4 100644
--- a/src/google/protobuf/stubs/platform_macros.h
+++ b/src/google/protobuf/stubs/platform_macros.h
@@ -52,6 +52,9 @@
#elif defined(__ARMEL__)
#define GOOGLE_PROTOBUF_ARCH_ARM 1
#define GOOGLE_PROTOBUF_ARCH_32_BIT 1
+#elif defined(__tile__)
+#define GOOGLE_PROTOBUF_ARCH_TILE 1
+#define GOOGLE_PROTOBUF_ARCH_64_BIT 1
#elif defined(__aarch64__)
#define GOOGLE_PROTOBUF_ARCH_AARCH64 1
#define GOOGLE_PROTOBUF_ARCH_64_BIT 1