mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Disable Elf symbols for Xtensa
PiperOrigin-RevId: 689081310 Change-Id: I394b8eb6f87f3ea8e2ebce511baeef132b28d452
This commit is contained in:
committed by
Copybara-Service
parent
4fed12444a
commit
07fff76ed6
@@ -35,7 +35,7 @@
|
||||
#if defined(__ELF__) && !defined(__OpenBSD__) && !defined(__QNX__) && \
|
||||
!defined(__native_client__) && !defined(__asmjs__) && \
|
||||
!defined(__wasm__) && !defined(__HAIKU__) && !defined(__sun) && \
|
||||
!defined(__VXWORKS__) && !defined(__hexagon__)
|
||||
!defined(__VXWORKS__) && !defined(__hexagon__) && !defined(__XTENSA__)
|
||||
#define ABSL_HAVE_ELF_MEM_IMAGE 1
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user