remove #es from comment text
This commit is contained in:
parent
267663b951
commit
d1e1be7064
|
@ -41,11 +41,11 @@
|
||||||
# ISL_VER =
|
# ISL_VER =
|
||||||
# LINUX_VER =
|
# LINUX_VER =
|
||||||
|
|
||||||
# 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
|
||||||
# toolchain that's deployable to any system with matching arch, using
|
# that's deployable to any system with matching arch, using an existing
|
||||||
# an existing musl-targeted cross compiler. This only # works if the
|
# musl-targeted cross compiler. This only works if the system you build on can
|
||||||
# system you build on can natively (or via binfmt_misc and # qemu) run
|
# natively (or via binfmt_misc and qemu) run binaries produced by the existing
|
||||||
# binaries produced by the existing toolchain (in this example, i486).
|
# 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