Changeset 1b823a37 for cross-tools/x86
- Timestamp:
- Feb 21, 2006, 1:17:35 AM (19 years ago)
- Children:
- 4dea801f
- Parents:
- 578c75fc
- Location:
- cross-tools/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/x86/gcc-final.xml
r578c75fc r1b823a37 85 85 xpointer="xpointer(//*[@os='h'])"/> 86 86 87 <screen ><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \87 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 88 88 --target=${LFS_TARGET} --host=${LFS_HOST} --disable-multilib \ 89 89 --with-local-prefix=/tools --disable-nls --enable-shared \ … … 91 91 --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen> 92 92 93 <variablelist os="b f">93 <variablelist os="bg"> 94 94 <title>The meaning of the new configure options:</title> 95 95 96 <varlistentry os="b f1">96 <varlistentry os="bg1"> 97 97 <term><parameter>--enable-languages=c,c++</parameter></term> 98 98 <listitem> … … 101 101 </varlistentry> 102 102 103 <varlistentry os="b f2">103 <varlistentry os="bg2"> 104 104 <term><parameter>--enable-__cxa_atexit</parameter></term> 105 105 <listitem> … … 112 112 </varlistentry> 113 113 114 <varlistentry os="b f3">114 <varlistentry os="bg3"> 115 115 <term><parameter>--enable-c99</parameter></term> 116 116 <listitem> … … 119 119 </varlistentry> 120 120 121 <varlistentry os="b f4">121 <varlistentry os="bg4"> 122 122 <term><parameter>--enable-long-long</parameter></term> 123 123 <listitem> … … 126 126 </varlistentry> 127 127 128 <varlistentry os="b f5">128 <varlistentry os="bg5"> 129 129 <term><parameter>--enable-threads=posix</parameter></term> 130 130 <listitem> … … 135 135 </variablelist> 136 136 137 <para >Continue with compiling the package:</para>137 <para os="bh">Continue with compiling the package:</para> 138 138 139 <screen ><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \139 <screen os="bi"><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 140 140 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 141 141 142 <para >Install the package:</para>142 <para os="bj">Install the package:</para> 143 143 144 <screen ><userinput>make install</userinput></screen>144 <screen os="bk"><userinput>make install</userinput></screen> 145 145 146 146 </sect2> -
cross-tools/x86/gcc-static.xml
r578c75fc r1b823a37 72 72 xpointer="xpointer(//*[@os='h'])"/> 73 73 74 <screen ><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \74 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 75 75 --host=${LFS_HOST} --target=${LFS_TARGET} \ 76 76 --with-local-prefix=/tools --disable-nls --disable-shared \ 77 77 --disable-threads --enable-languages=c</userinput></screen> 78 78 79 <variablelist os="a l">79 <variablelist os="am"> 80 80 <title>The meaning of the configure options:</title> 81 81 … … 117 117 </variablelist> 118 118 119 <para >Continue with compiling the package:</para>119 <para os="an">Continue with compiling the package:</para> 120 120 121 <screen ><userinput>make all-gcc</userinput></screen>121 <screen os="ao"><userinput>make all-gcc</userinput></screen> 122 122 123 <para >Install the package:</para>123 <para os="ap">Install the package:</para> 124 124 125 <screen ><userinput>make install-gcc</userinput></screen>125 <screen os="aq"><userinput>make install-gcc</userinput></screen> 126 126 127 127 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.