toolchain/toolchain-buildroot: allow ARC big endian glibc builds
authorVineet Gupta <Vineet.Gupta1@synopsys.com>
Fri, 6 Dec 2019 19:39:22 +0000 (11:39 -0800)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 6 Dec 2019 21:16:23 +0000 (22:16 +0100)
The current ARC glibc version in buildroot arc-2019.09-rc1 allows to
build an ARC big endian configuration, so let's allow this.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
toolchain/toolchain-buildroot/Config.in

index 95d513004aa03639c1c5b789f44024682c7c4ca0..a980f766ac147019b3f93e2f76d7b907c5b4b3a2 100644 (file)
@@ -48,7 +48,7 @@ config BR2_TOOLCHAIN_BUILDROOT_GLIBC
                   BR2_powerpc     || BR2_powerpc64  || BR2_powerpc64le || \
                   BR2_riscv       || BR2_sh         || BR2_sparc64     || \
                   BR2_x86_64      || BR2_microblaze || BR2_nios2       || \
-                  (BR2_arcle && BR2_ARC_ATOMIC_EXT) || BR2_csky
+                  (BR2_arc && BR2_ARC_ATOMIC_EXT)   || BR2_csky
        depends on BR2_USE_MMU
        depends on !BR2_STATIC_LIBS
        depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2