Changeset c48c555 for cross-tools/sparc
- Timestamp:
- Feb 21, 2006, 1:19:09 AM (19 years ago)
- Children:
- 9a8439f
- Parents:
- 597e850
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/sparc/glibc.xml
r597e850 rc48c555 59 59 xpointer="xpointer(//*[@os='f'])"/> 60 60 61 <para os="dd"> For NPTL enabled systems we will need to add the following lines to 62 <filename>config.cache</filename>:</para> 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 62 href="../common/glibc.xml" 63 xpointer="xpointer(//*[@os='dd'])"/> 63 64 64 <screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" > config.cache 65 echo "libc_cv_c_cleanup=yes" >> config.cache</userinput></screen> 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../common/glibc.xml" 67 xpointer="xpointer(//*[@os='df'])"/> 66 68 67 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 69 71 xpointer="xpointer(//*[@os='g'])"/> 70 72 71 <screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc" \ 72 AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \ 73 ../glibc-&glibc-version;/configure --prefix=/tools \ 74 --host=${LFS_TARGET} --build=${LFS_HOST} \ 75 --disable-profile --enable-add-ons \ 76 --with-tls --enable-kernel=2.6.0 --with-__thread \ 77 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 78 --cache-file=config.cache</userinput></screen> 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 href="../common/glibc.xml" 75 xpointer="xpointer(//*[@os='dg'])"/> 79 76 80 <variablelist os="di"> 81 <title>The meaning of the new configure options:</title> 77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 78 href="../common/glibc.xml" 79 xpointer="xpointer(//*[@os='dh'])"/> 82 80 83 <varlistentry os="di1"> 84 <term><parameter>BUILD_CC="gcc"</parameter></term> 85 <listitem> 86 <para>This do ...</para> 87 </listitem> 88 </varlistentry> 81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 82 href="../common/glibc.xml" 83 xpointer="xpointer(//*[@os='di'])"/> 89 84 90 <varlistentry os="di2"> 91 <term><parameter>CC="${LFS_TARGET}-gcc"</parameter></term> 92 <listitem> 93 <para>This do ...</para> 94 </listitem> 95 </varlistentry> 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 86 href="../common/glibc.xml" 87 xpointer="xpointer(//*[@os='dj'])"/> 96 88 97 <varlistentry os="di3"> 98 <term><parameter>AR="${LFS_TARGET}-ar"</parameter></term> 99 <listitem> 100 <para>This do ...</para> 101 </listitem> 102 </varlistentry> 89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 90 href="../common/glibc.xml" 91 xpointer="xpointer(//*[@os='dk'])"/> 103 92 104 <varlistentry os="di4"> 105 <term><parameter>RANLIB="${LFS_TARGET}-ranlib"</parameter></term> 106 <listitem> 107 <para>This do ...</para> 108 </listitem> 109 </varlistentry> 93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 94 href="../common/glibc.xml" 95 xpointer="xpointer(//*[@os='dl'])"/> 110 96 111 <varlistentry os="di5"> 112 <term><parameter>--disable-profile</parameter></term> 113 <listitem> 114 <para>This do ...</para> 115 </listitem> 116 </varlistentry> 97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 98 href="../common/glibc.xml" 99 xpointer="xpointer(//*[@os='dm'])"/> 117 100 118 <varlistentry os="di6"> 119 <term><parameter>--enable-add-ons</parameter></term> 120 <listitem> 121 <para>This do ...</para> 122 </listitem> 123 </varlistentry> 124 125 <varlistentry os="di7"> 126 <term><parameter>--with-tls</parameter></term> 127 <listitem> 128 <para>This do ...</para> 129 </listitem> 130 </varlistentry> 131 132 <varlistentry os="di8"> 133 <term><parameter>--with-__thread</parameter></term> 134 <listitem> 135 <para>This do ...</para> 136 </listitem> 137 </varlistentry> 138 139 <varlistentry os="di9"> 140 <term><parameter>--with-binutils=/cross-tools/bin</parameter></term> 141 <listitem> 142 <para>This do ...</para> 143 </listitem> 144 </varlistentry> 145 146 <varlistentry os="di10"> 147 <term><parameter>--cache-file=config.cache</parameter></term> 148 <listitem> 149 <para>This do ...</para> 150 </listitem> 151 </varlistentry> 152 153 </variablelist> 154 155 <para os="df">During this stage the following warning might appear:</para> 156 157 <blockquote os="dg"><screen><computeroutput>configure: WARNING: 158 *** These auxiliary programs are missing or 159 *** incompatible versions: msgfmt 160 *** some features will be disabled. 161 *** Check the INSTALL file for required versions.</computeroutput></screen></blockquote> 162 163 <para os="dh">The missing or incompatible <command>msgfmt</command> program is 164 generally harmless. This <command>msgfmt</command> program is part of the 165 Gettext package which the host distribution should provide.</para> 166 167 <para os="dj">Compile the package:</para> 168 169 <screen os="dk"><userinput>make</userinput></screen> 170 171 <para os="dl">Install the package:</para> 172 173 <screen os="dm"><userinput>make install</userinput></screen> 101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 102 href="../common/glibc.xml" 103 xpointer="xpointer(//*[@os='dn'])"/> 174 104 175 105 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.