mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
documentation/adt-manual/adt-command.xml: fixed double dash display.
In the PDF version of the manual the "‐‐" docbook command does not display. I changed this to "--". (From yocto-docs rev: b5f42fad0c7447a480e0557988f868ef4833abbf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cc4a9d7e8d
commit
cc340cdfbb
@@ -37,7 +37,8 @@
|
|||||||
<filename>environment-setup-armv5te-poky-linux-gnueabi</filename>.
|
<filename>environment-setup-armv5te-poky-linux-gnueabi</filename>.
|
||||||
Thus, the following command works:
|
Thus, the following command works:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ configure ‐‐host-armv5te-poky-linux-gnueabi ‐‐with-libtool-sysroot=<sysroot-dir>
|
$ configure --host=armv5te-poky-linux-gnueabi \
|
||||||
|
--with-libtool-sysroot=<sysroot-dir>
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
@@ -55,8 +56,8 @@
|
|||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
CC=arm-poky-linux-gnueabi-gcc
|
CC=arm-poky-linux-gnueabi-gcc
|
||||||
LD=arm-poky-linux-gnueabi-ld
|
LD=arm-poky-linux-gnueabi-ld
|
||||||
CFLAGS=”${CFLAGS} ‐‐sysroot=<sysroot-dir>”
|
CFLAGS=”${CFLAGS} --sysroot=<sysroot-dir>”
|
||||||
CXXFLAGS=”${CXXFLAGS} ‐‐sysroot=<sysroot-dir>”
|
CXXFLAGS=”${CXXFLAGS} --sysroot=<sysroot-dir>”
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user