Changeset 11a722f
- Timestamp:
- Feb 21, 2006, 1:21:19 AM (19 years ago)
- Children:
- f43142e
- Parents:
- 1235a03
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/gcc.xml
r1235a03 r11a722f 53 53 --libexecdir=/usr/lib --enable-shared --enable-threads=posix \ 54 54 --enable-__cxa_atexit --enable-c99 --enable-long-long \ 55 --enable-clocale=gnu --enable-languages=c,c++ 55 --enable-clocale=gnu --enable-languages=c,c++ \ 56 56 --disable-multilib --disable-libstdcxx-pch</userinput></screen> 57 57 -
temp-system/common/coreutils.xml
r1235a03 r11a722f 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> -
temp-system/common/make.xml
r1235a03 r11a722f 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 -
temp-system/common/ncurses.xml
r1235a03 r11a722f 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> -
temp-system/multilib/make.xml
r1235a03 r11a722f 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.