diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2018-10-23 15:39:50 -0700 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2020-07-10 16:08:45 -0700 |
commit | 0be8ae3679570ff9a193615a035fc8074a8c704f (patch) | |
tree | b5924dd11569bd5ca98dbdfc0a448bed440ee478 /config.h.in | |
parent | 33ff7b398830522ef5ef39fa3bbd9249944f7404 (diff) | |
download | glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.tar.gz glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.tar.xz glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.zip |
ARC: Build Infrastructure
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 8dea97f625..4693234552 100644 --- a/config.h.in +++ b/config.h.in @@ -118,6 +118,9 @@ /* AArch64 PAC-RET code generation is enabled. */ #define HAVE_AARCH64_PAC_RET 0 +/* ARC big endian ABI */ +#undef HAVE_ARC_BE + /* C-SKY ABI version. */ #undef CSKYABI |