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