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/sparc64/glibc-64bit.xml

    rc636dee r7cd7f99  
    6060
    6161<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    62     ../glibc-&glibc-version;/configure --prefix=/usr \
    63     --disable-profile --enable-kernel=&glibc-kernel-version; \
    64     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
    65     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
     62../glibc-&glibc-version;/configure \
     63    --prefix=/usr \
     64    --disable-profile \
     65    --enable-kernel=&glibc-kernel-version; \
     66    --libexecdir=/usr/lib64/glibc \
     67    --libdir=/usr/lib64 \
     68    --enable-obsolete-rpc \
     69    --cache-file=config.cache</userinput></screen>
    6670
    6771    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.