diff options
| -rw-r--r-- | documentation/adt-manual/adt-command.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index 40107647c1..e647a374a8 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml | |||
| @@ -37,7 +37,8 @@ | |||
| 37 | <filename>environment-setup-armv5te-poky-linux-gnueabi</filename>. | 37 | <filename>environment-setup-armv5te-poky-linux-gnueabi</filename>. |
| 38 | Thus, the following command works: | 38 | Thus, the following command works: |
| 39 | <literallayout class='monospaced'> | 39 | <literallayout class='monospaced'> |
| 40 | $ configure ‐‐host-armv5te-poky-linux-gnueabi ‐‐with-libtool-sysroot=<sysroot-dir> | 40 | $ configure --host=armv5te-poky-linux-gnueabi \ |
| 41 | --with-libtool-sysroot=<sysroot-dir> | ||
| 41 | </literallayout> | 42 | </literallayout> |
| 42 | </para> | 43 | </para> |
| 43 | <para> | 44 | <para> |
| @@ -55,8 +56,8 @@ | |||
| 55 | <literallayout class='monospaced'> | 56 | <literallayout class='monospaced'> |
| 56 | CC=arm-poky-linux-gnueabi-gcc | 57 | CC=arm-poky-linux-gnueabi-gcc |
| 57 | LD=arm-poky-linux-gnueabi-ld | 58 | LD=arm-poky-linux-gnueabi-ld |
| 58 | CFLAGS=”${CFLAGS} ‐‐sysroot=<sysroot-dir>” | 59 | CFLAGS=”${CFLAGS} --sysroot=<sysroot-dir>” |
| 59 | CXXFLAGS=”${CXXFLAGS} ‐‐sysroot=<sysroot-dir>” | 60 | CXXFLAGS=”${CXXFLAGS} --sysroot=<sysroot-dir>” |
| 60 | </literallayout> | 61 | </literallayout> |
| 61 | </para> | 62 | </para> |
| 62 | </section> | 63 | </section> |
