projects
/
mes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mescc: Support regular C99 compile, headers + mlibc.
[mes.git]
/
make
/
bin-mlibc.make
1
C_FLAGS:=-nostdinc --include mstart.c -fno-builtin
2
LD_FLAGS:=-nostdlib
3
CROSS:=$(CC32:%gcc=%)
4
5
include make/bin.make