Skip to content

Commit db39aae

Browse files
author
Florian Schmidt
committed
Initial public release: configuration and build files
This contains the configuration and make files required to build libnewlib for Unikraft. Signed-off-by: Simon Kuenzer <[email protected]>
1 parent fd30736 commit db39aae

File tree

2 files changed

+1022
-0
lines changed

2 files changed

+1022
-0
lines changed

Config.uk

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# hidden
2+
config LIBNEWLIBM
3+
bool
4+
default n
5+
6+
menuconfig LIBNEWLIBC
7+
bool "libnewlib - A C standard library"
8+
default n
9+
select HAVE_LIBC
10+
select LIBNEWLIBM if LIBNEWLIBC
11+
select LIBUCALLOC

0 commit comments

Comments
 (0)