Changeset 70aadfb for chapter08/xz.xml


Ignore:
Timestamp:
05/18/2021 08:02:19 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib, xry111/multilib
Children:
8fbd2fb
Parents:
32f47b1
Message:

Cosmetic rearrange options to appear more consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/xz.xml

    r32f47b1 r70aadfb  
    7979
    8080<screen><userinput remap="configure">CC="gcc -m32" ./configure \
    81     --prefix=/usr         \
    82     --disable-static      \
    83     --libdir=/usr/lib32   \
    84     --host=i686-pc-linux-gnu</userinput></screen>
     81    --host=i686-pc-linux-gnu      \
     82    --prefix=/usr                 \
     83    --libdir=/usr/lib32           \
     84    --disable-static</userinput></screen>
    8585
    8686    <para>Compile the package:</para>
     
    110110
    111111<screen><userinput remap="configure">CC="gcc -mx32" ./configure \
    112     --prefix=/usr          \
    113     --disable-static       \
    114     --libdir=/usr/libx32   \
    115     --host=x86_64-pc-linux-gnux32</userinput></screen>
     112    --host=x86_64-pc-linux-gnux32 \
     113    --prefix=/usr                 \
     114    --libdir=/usr/libx32          \
     115    --disable-static</userinput></screen>
    116116
    117117    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.