Changeset 9456aee for BOOK/temp-system
- Timestamp:
- Feb 21, 2006, 1:34:33 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:
- 82d6361
- Parents:
- 89bb375
- Location:
- BOOK/temp-system
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gzip.xml
r89bb375 r9456aee 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 32 32 href="../../final-system/common/gzip.xml" 33 xpointer="xpointer(//*[@os=' c'])"/>33 xpointer="xpointer(//*[@os='a'])"/> 34 34 35 35 <screen os="ac"><userinput>./configure --prefix=/tools \ -
BOOK/temp-system/mips64-64/gcc.xml
r89bb375 r9456aee 110 110 ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \ 111 111 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \ 112 -- libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long --with-abi=64 \112 --with-local-prefix=/tools --enable-long-long --with-abi=64 \ 113 113 --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ 114 114 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> -
BOOK/temp-system/mips64/gcc.xml
r89bb375 r9456aee 110 110 ../gcc-&gcc-version;/configure --prefix=/tools --libdir=/tools/lib64 \ 111 111 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} --with-abi=64 \ 112 -- libexecdir=/tools/lib64 --with-local-prefix=/tools --enable-long-long\113 --enable- c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \112 --with-local-prefix=/tools --enable-long-long --enable-c99 \ 113 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ 114 114 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 115 115 -
BOOK/temp-system/multilib/gzip.xml
r89bb375 r9456aee 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 34 href="../common/gzip.xml" 35 xpointer="xpointer(//*[@os=' c'])"/>35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 37 <screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ -
BOOK/temp-system/x86/gcc.xml
r89bb375 r9456aee 89 89 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 90 90 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \ 91 -- libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long\92 --enable- c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \91 --with-local-prefix=/tools --enable-long-long --enable-c99 \ 92 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ 93 93 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 94 94 … … 97 97 98 98 <varlistentry os="cl1"> 99 <term><parameter>--libexecdir=/tools/lib</parameter></term>100 <listitem>101 <para>This do ...</para>102 </listitem>103 </varlistentry>104 105 <varlistentry os="cl2">106 99 <term><parameter>--disable-libstdcxx-pch</parameter></term> 107 100 <listitem> -
BOOK/temp-system/x86_64-64/gcc.xml
r89bb375 r9456aee 117 117 xpointer="xpointer(//*[@os='cl1'])"/> 118 118 119 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"120 href="../x86/gcc.xml"121 xpointer="xpointer(//*[@os='cl2'])"/>122 123 119 </variablelist> 124 120 -
BOOK/temp-system/x86_64/gcc.xml
r89bb375 r9456aee 102 102 ../gcc-&gcc-version;/configure --prefix=/tools --libdir=/tools/lib64 \ 103 103 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \ 104 -- libexecdir=/tools/lib64 --with-local-prefix=/tools --enable-long-long\105 --enable- c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \104 --with-local-prefix=/tools --enable-long-long --enable-c99 \ 105 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ 106 106 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 107 107 … … 116 116 </varlistentry> 117 117 118 <varlistentry os="dd2">119 <term><parameter>--libexecdir=/tools/lib64</parameter></term>120 <listitem>121 <para>This puts all files that are installed using the libexecdir122 variable into /tools/lib64.</para>123 </listitem>124 </varlistentry>125 126 118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 127 119 href="../x86/gcc.xml" 128 xpointer="xpointer(//*[@os='cl 2'])"/>120 xpointer="xpointer(//*[@os='cl1'])"/> 129 121 130 122 </variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.