remove spurious hash marks from documentation
This commit is contained in:
parent
13726f8fc7
commit
6a21939e2b
|
@ -48,8 +48,8 @@
|
||||||
|
|
||||||
# Something like the following can be used to produce a static-linked
|
# Something like the following can be used to produce a static-linked
|
||||||
# toolchain that's deployable to any system with matching arch, using
|
# toolchain that's deployable to any system with matching arch, using
|
||||||
# an existing musl-targeted cross compiler. This only # works if the
|
# an existing musl-targeted cross compiler. This only works if the
|
||||||
# system you build on can natively (or via binfmt_misc and # qemu) run
|
# system you build on can natively (or via binfmt_misc and qemu) run
|
||||||
# binaries produced by the existing toolchain (in this example, i486).
|
# binaries produced by the existing toolchain (in this example, i486).
|
||||||
|
|
||||||
# COMMON_CONFIG += CC="i486-linux-musl-gcc -static --static" CXX="i486-linux-musl-g++ -static --static"
|
# COMMON_CONFIG += CC="i486-linux-musl-gcc -static --static" CXX="i486-linux-musl-g++ -static --static"
|
||||||
|
|
Loading…
Reference in New Issue