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/multilib/gcc.xml

    rc636dee r7cd7f99  
    5353CXX="g++ -isystem /usr/include ${BUILD64}" \
    5454LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib:/lib" \
    55   ../gcc-&gcc-version;/configure --prefix=/usr --libdir=/usr/lib64 \
    56     --libexecdir=/usr/lib64 --enable-languages=c,c++ \
    57     --with-system-zlib --enable-install-libiberty --disable-bootstrap</userinput></screen>
     55../gcc-&gcc-version;/configure \
     56    --prefix=/usr \
     57    --libdir=/usr/lib64 \
     58    --libexecdir=/usr/lib64 \
     59    --enable-languages=c,c++ \
     60    --with-system-zlib \
     61    --enable-install-libiberty \
     62    --disable-bootstrap</userinput></screen>
    5863
    5964   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.