Changeset 1b823a37 for temp-system/x86_64
- Timestamp:
- Feb 21, 2006, 1:17:35 AM (19 years ago)
- Children:
- 4dea801f
- Parents:
- 578c75fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/x86_64/gcc.xml
r578c75fc r1b823a37 99 99 xpointer="xpointer(//*[@os='h'])"/> 100 100 101 <screen ><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \101 <screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 102 102 ../gcc-&gcc-version;/configure --prefix=/tools --libdir=/tools/lib64 \ 103 103 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \ … … 106 106 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 107 107 108 <variablelist os="d c">108 <variablelist os="dd"> 109 109 <title>The meaning of the new configure options:</title> 110 110 111 <varlistentry os="d c1">111 <varlistentry os="dd1"> 112 112 <term><parameter>CXX="${CXX} ${BUILD64}"</parameter></term> 113 113 <listitem> 114 <para>This do ...</para>114 <para>This forces the C++ compiler to use our Build 64 FLAGS.</para> 115 115 </listitem> 116 116 </varlistentry> 117 117 118 <varlistentry os="d c2">118 <varlistentry os="dd2"> 119 119 <term><parameter>--libexecdir=/tools/lib64</parameter></term> 120 120 <listitem> 121 <para>This do ...</para> 121 <para>This puts all files that are installed using the libexecdir 122 variable into /tools/lib64.</para> 122 123 </listitem> 123 124 </varlistentry> … … 125 126 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 126 127 href="../x86/gcc.xml" 127 xpointer="xpointer(//*[@os='c k2'])"/>128 xpointer="xpointer(//*[@os='cl2'])"/> 128 129 129 130 </variablelist> 130 131 131 <para>Compile the package:</para> 132 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 133 href="../x86/gcc.xml" 134 xpointer="xpointer(//*[@os='cm'])"/> 132 135 133 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 134 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 136 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 137 href="../x86/gcc.xml" 138 xpointer="xpointer(//*[@os='cn'])"/> 135 139 136 <para>Install the package:</para> 140 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 141 href="../x86/gcc.xml" 142 xpointer="xpointer(//*[@os='co'])"/> 137 143 138 <screen><userinput>make install</userinput></screen> 144 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 145 href="../x86/gcc.xml" 146 xpointer="xpointer(//*[@os='cp'])"/> 139 147 140 148 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 142 150 xpointer="xpointer(//*[@os='w'])"/> 143 151 144 <screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen> 152 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 153 href="../x86/gcc.xml" 154 xpointer="xpointer(//*[@os='cq'])"/> 145 155 146 156 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.