From 63fb175203bbf3b336804587c2f5b3a2d8132ec1 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 11 Dec 2020 19:25:45 -0800 Subject: 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 --- toolchain/uClibc/config/x86_64 | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 toolchain/uClibc/config/x86_64 (limited to 'toolchain/uClibc/config/x86_64') diff --git a/toolchain/uClibc/config/x86_64 b/toolchain/uClibc/config/x86_64 deleted file mode 100644 index a13d659ba1..0000000000 --- a/toolchain/uClibc/config/x86_64 +++ /dev/null @@ -1,5 +0,0 @@ -ARCH_LITTLE_ENDIAN=y -TARGET_ARCH="x86_64" -TARGET_x86_64=y -UCLIBC_BSD_SPECIFIC=y -UCLIBC_HAS_FPU=y -- cgit v1.2.3