diff options
author | Pavel Kozlov <pavel.kozlov@synopsys.com> | 2024-09-20 18:58:52 +0100 |
---|---|---|
committer | Pavel Kozlov <pavel.kozlov@synopsys.com> | 2024-09-25 15:54:07 +0100 |
commit | cc84cd389c7329ceb38228f931044e8c84ca7245 (patch) | |
tree | c3b8f1d2b158074261343eb84b82ec1cf5917e31 /sysdeps/unix | |
parent | 4ff55d08df0e6f11cbd217f4dca4532bd7d9330d (diff) | |
download | glibc-cc84cd389c7329ceb38228f931044e8c84ca7245.tar.gz glibc-cc84cd389c7329ceb38228f931044e8c84ca7245.tar.xz glibc-cc84cd389c7329ceb38228f931044e8c84ca7245.zip |
arc: Cleanup arcbe
Remove the mention of arcbe ABI to avoid any mislead. ARC big endian ABI is no longer supported. Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/arc/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/Makefile b/sysdeps/unix/sysv/linux/arc/Makefile index eca9a9fd3a..dd3da52c39 100644 --- a/sysdeps/unix/sysv/linux/arc/Makefile +++ b/sysdeps/unix/sysv/linux/arc/Makefile @@ -11,12 +11,3 @@ ifeq ($(subdir),misc) sysdep_headers += sys/cachectl.h sysdep_routines += cacheflush endif - -abi-variants := arcle arcbe - -ifeq (,$(filter $(default-abi),$(abi-variants))) -$(error Unknown ABI $(default-abi), must be one of $(abi-variants)) -endif - -abi-arcle-condition := !defined __BIG_ENDIAN__ -abi-arcbe-condition := defined __BIG_ENDIAN__ |