Ignore:
Timestamp:
Dec 14, 2015, 12:19:04 AM (9 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
c7477f8e
Parents:
00cf9ca
git-author:
Chris Staub <chris@…> (12/13/15 23:57:55)
git-committer:
Chris Staub <chris@…> (12/14/15 00:19:04)
Message:

Put one configure option per line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86_64/glibc-64bit.xml

    r00cf9ca rb27081c4  
    5555
    5656<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    57     ../glibc-&glibc-version;/configure --prefix=/usr \
    58     --disable-profile --enable-kernel=&glibc-kernel-version; \
    59     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
    60     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
     57../glibc-&glibc-version;/configure \
     58    --prefix=/usr \
     59    --disable-profile \
     60    --enable-kernel=&glibc-kernel-version; \
     61    --libexecdir=/usr/lib64/glibc \
     62    --libdir=/usr/lib64 \
     63    --enable-obsolete-rpc \
     64    --cache-file=config.cache</userinput></screen>
    6165
    6266    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.