Changeset 43f3140 for BOOK/temp-system
- Timestamp:
- Feb 21, 2006, 1:21:19 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- b460b7f
- Parents:
- 735ac8e
- Location:
- BOOK/temp-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/coreutils.xml
r735ac8e r43f3140 39 39 <term><parameter>--cache-file=config.cache</parameter></term> 40 40 <listitem> 41 <para>This do ...</para> 41 <para>This tells configure to use a config.cache file that we 42 specify.</para> 42 43 </listitem> 43 44 </varlistentry> -
BOOK/temp-system/common/make.xml
r735ac8e r43f3140 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 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 \ 32 30 --host=${LFS_TARGET}</userinput></screen> 33 31 -
BOOK/temp-system/common/ncurses.xml
r735ac8e r43f3140 37 37 <term><parameter>--with-shared</parameter></term> 38 38 <listitem> 39 <para>This do ...</para>39 <para>This tells Ncurses to create a shared library.</para> 40 40 </listitem> 41 41 </varlistentry> … … 44 44 <term><parameter>--without-debug</parameter></term> 45 45 <listitem> 46 <para>This do ...</para>46 <para>This tells Ncurses not to build with debug information.</para> 47 47 </listitem> 48 48 </varlistentry> … … 71 71 <term><parameter>--with-build-cc=gcc</parameter></term> 72 72 <listitem> 73 <para>This do ...</para>73 <para>This tells Ncurses what type of compiler we are using.</para> 74 74 </listitem> 75 75 </varlistentry> -
BOOK/temp-system/multilib/make.xml
r735ac8e r43f3140 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 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 \ 34 30 --host=${LFS_TARGET}</userinput></screen> 35 31
Note:
See TracChangeset
for help on using the changeset viewer.