Skip to content

Commit 359e080

Browse files
committed
doc: os.md had a typo, -Dmultilib-false -> -Dmultilib=false
Change the dash to equal. Signed-off-by: Keith Packard <[email protected]>
1 parent 1c9989d commit 359e080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ picolibc configuration parameters:
189189
* -Dtls-model=global-dynamic makes picolibc use the default TLS model
190190
for GCC.
191191

192-
* -Dmultilib-false makes picolibc build only a single library for the
192+
* -Dmultilib=false makes picolibc build only a single library for the
193193
default GCC configuration.
194194

195195
* -Dpicolib=false disables building the TLS and sbrk support built-in

0 commit comments

Comments
 (0)