mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-28 07:24:25 +00:00
Include only mlibc
This commit is contained in:
parent
1062aed6d7
commit
c63330527d
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,5 +4,3 @@
|
|||||||
*.elf
|
*.elf
|
||||||
out/
|
out/
|
||||||
.dccache
|
.dccache
|
||||||
newlib-cygwin
|
|
||||||
mlibc
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "apps/user/games/doomgeneric"]
|
[submodule "apps/user/games/doomgeneric"]
|
||||||
path = apps/user/games/doomgeneric
|
path = apps/user/games/doomgeneric
|
||||||
url = https://github.com/Fennix-Project/doomgeneric.git
|
url = https://github.com/Fennix-Project/doomgeneric.git
|
||||||
|
[submodule "mlibc"]
|
||||||
|
path = mlibc
|
||||||
|
url = https://github.com/Fennix-Project/mlibc.git
|
||||||
|
14
Makefile
14
Makefile
@ -2,18 +2,8 @@
|
|||||||
include ../Makefile.conf
|
include ../Makefile.conf
|
||||||
|
|
||||||
build:
|
build:
|
||||||
ifeq ($(NEWLIB), 1)
|
ifneq ($(NEWLIB),1)
|
||||||
|
make -C mlibc build
|
||||||
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
|
|
||||||
|
|
||||||
else
|
else
|
||||||
mkdir -p out
|
mkdir -p out
|
||||||
mkdir -p out/system
|
mkdir -p out/system
|
||||||
|
1
mlibc
Submodule
1
mlibc
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 1f0bf43a1d259bc1627a0e377226219dc57269e9
|
Loading…
x
Reference in New Issue
Block a user