Changeset 43f3140


Ignore:
Timestamp:
Feb 21, 2006, 1:21:19 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b460b7f
Parents:
735ac8e
Message:

r772@server (orig r770): jim | 2005-11-29 00:32:40 -0800

r816@server: jim | 2005-11-29 00:30:34 -0800
Text updates to temp-system


Location:
BOOK
Files:
5 edited

Legend:

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

    r735ac8e r43f3140  
    5353    --libexecdir=/usr/lib --enable-shared --enable-threads=posix \
    5454    --enable-__cxa_atexit --enable-c99 --enable-long-long \
    55     --enable-clocale=gnu --enable-languages=c,c++
     55    --enable-clocale=gnu --enable-languages=c,c++ \
    5656    --disable-multilib --disable-libstdcxx-pch</userinput></screen>
    5757
  • BOOK/temp-system/common/coreutils.xml

    r735ac8e r43f3140  
    3939        <term><parameter>--cache-file=config.cache</parameter></term>
    4040        <listitem>
    41           <para>This do ...</para>
     41          <para>This tells configure to use a config.cache file that we
     42          specify.</para>
    4243        </listitem>
    4344      </varlistentry>
  • BOOK/temp-system/common/make.xml

    r735ac8e r43f3140  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29     <para os="aa">Prepare Make for compilation:</para>
    30 
    31 <screen os="ab"><userinput>./configure --prefix=/tools \
     29<screen os="aa"><userinput>./configure --prefix=/tools \
    3230   --host=${LFS_TARGET}</userinput></screen>
    3331
  • BOOK/temp-system/common/ncurses.xml

    r735ac8e r43f3140  
    3737        <term><parameter>--with-shared</parameter></term>
    3838        <listitem>
    39           <para>This do ...</para>
     39          <para>This tells Ncurses to create a shared library.</para>
    4040        </listitem>
    4141      </varlistentry>
     
    4444        <term><parameter>--without-debug</parameter></term>
    4545        <listitem>
    46           <para>This do ...</para>
     46          <para>This tells Ncurses not to build with debug information.</para>
    4747        </listitem>
    4848      </varlistentry>
     
    7171        <term><parameter>--with-build-cc=gcc</parameter></term>
    7272        <listitem>
    73           <para>This do ...</para>
     73          <para>This tells Ncurses what type of compiler we are using.</para>
    7474        </listitem>
    7575      </varlistentry>
  • BOOK/temp-system/multilib/make.xml

    r735ac8e r43f3140  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/make.xml"
    31     xpointer="xpointer(//*[@os='aa'])"/>
    32 
    33 <screen os="ab"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     29<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3430   --host=${LFS_TARGET}</userinput></screen>
    3531
Note: See TracChangeset for help on using the changeset viewer.