]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ARC: allow big endian builds
authorVineet Gupta <vgupta@synopsys.com>
Thu, 31 Oct 2019 23:59:59 +0000 (16:59 -0700)
committerVineet Gupta <vgupta@synopsys.com>
Fri, 1 Nov 2019 16:29:22 +0000 (09:29 -0700)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
sysdeps/arc/bits/endian.h

index 46f41e3cffe604072cf197849dc46a9d6ceaf781..f2a3b4ecfee224d5a00f6ebbb9188293d2ce9377 100644 (file)
@@ -8,5 +8,5 @@
 # define __BYTE_ORDER __LITTLE_ENDIAN
 #endif
 #ifdef __BIG_ENDIAN__
-# error "Big Endian NOt supported on ARC"
+# define __BYTE_ORDER __BIG_ENDIAN
 #endif