Include only mlibc

This commit is contained in:
Alex
2023-03-23 05:25:18 +02:00
parent 1062aed6d7
commit c63330527d
4 changed files with 6 additions and 14 deletions

View File

@ -2,18 +2,8 @@
include ../Makefile.conf
build:
ifeq ($(NEWLIB), 1)
ifeq (,$(wildcard ./newlib-cygwin))
git clone https://github.com/Fennix-Project/newlib-cygwin.git newlib-cygwin
endif
else ifeq ($(MLIBC), 1)
ifeq (,$(wildcard ./newlib-cygwin))
git clone https://github.com/Fennix-Project/mlibc.git mlibc
endif
ifneq ($(NEWLIB),1)
make -C mlibc build
else
mkdir -p out
mkdir -p out/system