소스 검색

remove spurious hash marks from documentation

Patrick Oppenlander 8 년 전
부모
커밋
6a21939e2b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      config.mak.dist

+ 2 - 2
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"