Skip to content

Commit d0e1ee0

Browse files
meme8383keith-packard
authored andcommitted
Update testing.md
1 parent 346ad1e commit d0e1ee0

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

doc/testing.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,20 @@ library easier.
1010

1111
The 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

2628
Again, create a directory and build there:
2729

0 commit comments

Comments
 (0)