From f250397c96dbfb7f3ea1c0a5ae1d9d1a82e1f4b2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 3 Dec 2015 11:46:03 +0100 Subject: toolchain: add newlib support OpenADK can now build bare-metal toolchains. Tested for ARM/MIPS. No runtime testing, yet. --- toolchain/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/Makefile') diff --git a/toolchain/Makefile b/toolchain/Makefile index e81b2b073..088f563e3 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -26,6 +26,10 @@ ifeq ($(ADK_TARGET_LIB_MUSL),y) TARGETS+=musl CLIB:=musl endif +ifeq ($(ADK_TARGET_LIB_NEWLIB),y) +TARGETS+=newlib +CLIB:=newlib +endif ifeq ($(ADK_TARGET_BINFMT_FLAT),y) TARGETS+=elf2flt -- cgit v1.2.3