From 6a21939e2be6af5310c9098b236caf73f616ed32 Mon Sep 17 00:00:00 2001 From: Patrick Oppenlander Date: Tue, 3 Jan 2017 14:42:03 +1100 Subject: [PATCH] remove spurious hash marks from documentation --- config.mak.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mak.dist b/config.mak.dist index a5034fa..2fd5579 100644 --- a/config.mak.dist +++ b/config.mak.dist @@ -48,8 +48,8 @@ # Something like the following can be used to produce a static-linked # toolchain that's deployable to any system with matching arch, using -# an existing musl-targeted cross compiler. This only # works if the -# system you build on can natively (or via binfmt_misc and # qemu) run +# an existing musl-targeted cross compiler. This only works if the +# system you build on can natively (or via binfmt_misc and qemu) run # 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"