Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/binutils.xml

    rc636dee r7cd7f99  
    5757<screen os="ca"><userinput>CC="gcc -isystem /usr/include" \
    5858LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
    59   ../binutils-&binutils-dir;/configure --prefix=/usr \
    60     --enable-shared --enable-gold=yes --enable-plugins --enable-threads</userinput></screen>
     59../binutils-&binutils-dir;/configure \
     60    --prefix=/usr \
     61    --enable-shared \
     62    --enable-gold=yes \
     63    --enable-plugins \
     64    --enable-threads</userinput></screen>
    6165
    6266    <para os="j">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.