* newlib: mark some syscalls as using memory

* autobuild newlib
* add newlib example based on menuetlibc example

git-svn-id: svn://kolibrios.org@5132 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse
2014-09-19 10:09:40 +00:00
parent 3cf7852e03
commit 7406df89a5
9 changed files with 329 additions and 10 deletions

View File

@@ -19,6 +19,13 @@
# CONFIG_NO_GCC=full
# CONFIG_NO_MSVC=full
# CONFIG_NO_CMM=full
### Path to gcc toolchain library with -lgcc.
### Normally, you should not modify it,
### since the toolchain assumes the fixed path anyway.
### default Windows variant
# CONFIG_TOOLCHAIN_LIBPATH=C:\MinGW\msys\1.0\home\autobuild\tools\win32\mingw32\lib
### default Linux variant
# CONFIG_TOOLCHAIN_LIBPATH=/home/autobuild/tools/win32/mingw32/lib
### Optional postprocessing of binaries, where applicable.
### By default, no postprocessing is used.