Lines Matching +full:- +full:dnewlib +full:- +full:nano +full:- +full:malloc
7 as the embedded version, but you don't want the multi-architecture
8 stuff and I prefer plain debug to an -Os, as that makes debugging the
11 The do-native-configure script has an example:
16 -Dmultilib=false \
17 -Dnewlib-wide-orient=false\
18 -Dnewlib-nano-malloc=true\
19 -Dlite-exit=true\
20 -Dnewlib-global-atexit=true\
21 -Dincludedir=lib/newlib-nano/include \
22 -Dlibdir=lib/newlib-nano/lib \
23 -Dtests=true \
24 --buildtype debug
28 $ mkdir build-native
29 $ cd build-native
30 $ ../do-native-configure