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/debug | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 toolchain/uClibc/config/debug (limited to 'toolchain/uClibc/config/debug') diff --git a/toolchain/uClibc/config/debug b/toolchain/uClibc/config/debug deleted file mode 100644 index b366e66e39..0000000000 --- a/toolchain/uClibc/config/debug +++ /dev/null @@ -1,6 +0,0 @@ -DODEBUG=y -DODEBUG_PT=y -PTHREADS_DEBUG_SUPPORT=y -SUPPORT_LD_DEBUG=y -SUPPORT_LD_DEBUG_EARLY=y -UCLIBC_MALLOC_DEBUGGING=y -- cgit v1.2.3