diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-09-25 11:24:54 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-09-25 11:25:22 +0200 |
commit | 4ff55d08df0e6f11cbd217f4dca4532bd7d9330d (patch) | |
tree | 8b57ff04918552d0a9e27eae17b5da5e4af663d5 /config.h.in | |
parent | d67a7dbc844d0dfdc7fb33291064d24d37ae545d (diff) | |
download | glibc-4ff55d08df0e6f11cbd217f4dca4532bd7d9330d.zip glibc-4ff55d08df0e6f11cbd217f4dca4532bd7d9330d.tar.gz glibc-4ff55d08df0e6f11cbd217f4dca4532bd7d9330d.tar.bz2 |
arc: Remove HAVE_ARC_BE macro and disable big-endian port
It is no longer needed, now that ARC is always little endian.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index f495f11..6c25c92 100644 --- a/config.h.in +++ b/config.h.in @@ -117,9 +117,6 @@ required version of GNU 'binutils' to 2.28 or later. */ #define HAVE_AARCH64_SVE_ASM 0 -/* ARC big endian ABI */ -#undef HAVE_ARC_BE - /* C-SKY ABI version. */ #undef CSKYABI |