diff options
author | Abseil Team <absl-team@google.com> | 2023-06-29 12:58:39 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-06-29 12:59:30 -0700 |
commit | 4eaff9e61e173079bcac644db18f5536cec12d8b (patch) | |
tree | 8edd0196ad53c1a7d1d2806b9919d09f32b04a14 /absl/base/config.h | |
parent | 9402bd32fbb24f762f7923ece6afe131a5b57f35 (diff) |
Support Qualcomm Hexagon DSP targets.
PiperOrigin-RevId: 544438364
Change-Id: I22d461f2d0aa8638a0e640eebecdc7e5e2b49ea3
Diffstat (limited to 'absl/base/config.h')
-rw-r--r-- | absl/base/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/base/config.h b/absl/base/config.h index 6d38d3f4..e6c9d0c2 100644 --- a/absl/base/config.h +++ b/absl/base/config.h @@ -487,6 +487,8 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' || #elif defined(__Fuchsia__) // Signals don't exist on fuchsia. #elif defined(__native_client__) +// Signals don't exist on hexagon/QuRT +#elif defined(__hexagon__) #else // other standard libraries #define ABSL_HAVE_ALARM 1 |