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

Cosmetic rearrange options to appear more consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/readline.xml

    r32f47b1 r70aadfb  
    115115
    116116<screen><userinput remap="configure">CC="gcc -m32" ./configure \
    117     --prefix=/usr                     \
    118     --libdir=/usr/lib32               \
    119     --disable-static                  \
    120     --host=i686-pc-linux-gnu</userinput></screen>
     117    --host=i686-pc-linux-gnu      \
     118    --prefix=/usr                 \
     119    --libdir=/usr/lib32           \
     120    --disable-static</userinput></screen>
    121121
    122122    <para>Compile the package:</para>
     
    146146
    147147<screen><userinput remap="configure">CC="gcc -mx32" ./configure \
    148     --prefix=/usr          \
    149     --libdir=/usr/libx32   \
    150     --disable-static       \
    151     --host=x86_64-pc-linux-gnux32</userinput></screen>
     148    --host=x86_64-pc-linux-gnux32 \
     149    --prefix=/usr                 \
     150    --libdir=/usr/libx32          \
     151    --disable-static</userinput></screen>
    152152
    153153    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.