From 61ba39a23786a7ae9694705af1d146c00a319144 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 5 Feb 2011 04:35:27 +0100 Subject: Getting rid of newlib, starting to implement a libc. Highly experimental, highly untested. --- libc/config.mk | 1 + 1 file changed, 1 insertion(+) create mode 100644 libc/config.mk (limited to 'libc/config.mk') diff --git a/libc/config.mk b/libc/config.mk new file mode 100644 index 0000000..1cee0f5 --- /dev/null +++ b/libc/config.mk @@ -0,0 +1 @@ +TARGET_INCLUDES += $(ROOTDIR)/libc/include -- cgit v1.2.3