From e8a1fda221f53cd7a58666beb6fcdcd69aaee019 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 23 Mar 2023 05:26:54 +0200 Subject: [PATCH] Remove NEWLIB --- Makefile.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.conf b/Makefile.conf index 8466659c..c1b99844 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -34,14 +34,17 @@ LIMINE_FOLDER = tools/limine # it will be added automatically depending on the OSARCH) QEMU_PATH = tools/cross/bin/qemu-system- -# Enable newlib -NEWLIB = 0 - # Enable mlibc MLIBC = 0 + + + + + + # Make releated variables # DO NOT TOUCH!