diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-12-11 19:25:45 -0800 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-12-22 19:11:50 +0100 |
commit | 63fb175203bbf3b336804587c2f5b3a2d8132ec1 (patch) | |
tree | 04a160aea4cac6dbd5bacc16e1de6e4e81f29278 /toolchain/uClibc/config/mipsel | |
parent | 2207917acc7cd93db5b3bc9c6c5b898c38ec39aa (diff) | |
download | upstream-63fb175203bbf3b336804587c2f5b3a2d8132ec1.tar.gz upstream-63fb175203bbf3b336804587c2f5b3a2d8132ec1.tar.bz2 upstream-63fb175203bbf3b336804587c2f5b3a2d8132ec1.zip |
toolchain: remove uClibc-ng
After musl was introduced, it was desired to remove uClibc-ng. As ARC
has no musl support, it was kept around. However, glibc 2.32 includes
ARC support. This makes it possible to finally remove it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'toolchain/uClibc/config/mipsel')
-rw-r--r-- | toolchain/uClibc/config/mipsel | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/uClibc/config/mipsel b/toolchain/uClibc/config/mipsel deleted file mode 100644 index 2a79c16bdb..0000000000 --- a/toolchain/uClibc/config/mipsel +++ /dev/null @@ -1,10 +0,0 @@ -ARCH_ANY_ENDIAN=y -ARCH_CFLAGS="-mno-split-addresses" -ARCH_LITTLE_ENDIAN=y -ARCH_WANTS_LITTLE_ENDIAN=y -# CONFIG_MIPS_N32_ABI is not set -# CONFIG_MIPS_N64_ABI is not set -CONFIG_MIPS_O32_ABI=y -TARGET_ARCH="mips" -TARGET_mips=y -UCLIBC_HAS_FPU=y |