File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,20 @@ library easier.
1010
1111The do-native-configure script has an example:
1212
13- #!/bin/sh
14- DIR=`dirname $0`
15- meson $DIR \
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
13+ ``` sh
14+ #! /bin/sh
15+ DIR=` dirname $0 `
16+ meson $DIR \
17+ -Dmultilib=false \
18+ -Dnewlib-wide-orient=false\
19+ -Dnewlib-nano-malloc=true\
20+ -Dlite-exit=true\
21+ -Dnewlib-global-atexit=true\
22+ -Dincludedir=lib/newlib-nano/include \
23+ -Dlibdir=lib/newlib-nano/lib \
24+ -Dtests=true \
25+ --buildtype debug
26+ ```
2527
2628Again, create a directory and build there:
2729
You can’t perform that action at this time.
0 commit comments