From d1e1be7064b09dc7a4dc55079f471a6000ebd29a Mon Sep 17 00:00:00 2001 From: Patrick Oppenlander Date: Tue, 19 Jul 2016 11:27:05 +1000 Subject: [PATCH] remove #es from comment text --- config.mak.dist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.mak.dist b/config.mak.dist index ccbc194..8dd6463 100644 --- a/config.mak.dist +++ b/config.mak.dist @@ -41,11 +41,11 @@ # ISL_VER = # LINUX_VER = -# 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 -# binaries produced by the existing toolchain (in this example, i486). +# 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 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"