Changeset 52ed4da for BOOK/cross-tools/common/eglibc.xml
- Timestamp:
- Jun 6, 2013, 1:09:45 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 874ec12
- Parents:
- 5ae61b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/eglibc.xml
r5ae61b1 r52ed4da 26 26 the method suggested in this book puts the stability of the system at 27 27 risk.</para> 28 29 <para os="db">Disable linking to <filename>libgcc_eh</filename>:</para>30 31 <screen os="dc"><userinput>cp -v Makeconfig{,.orig}32 sed -e 's/-lgcc_eh//g' Makeconfig.orig > Makeconfig</userinput></screen>33 28 34 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 60 55 --disable-profile --with-tls --enable-kernel=2.6.32 \ 61 56 --with-__thread --with-binutils=/cross-tools/bin \ 62 --with-headers=/tools/include --cache-file=config.cache</userinput></screen> 57 --with-headers=/tools/include --enable-obsolete-rpc \ 58 --cache-file=config.cache</userinput></screen> 63 59 64 60 <variablelist os="dg"> … … 178 174 installed on the host system</para> 179 175 180 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"181 href="../../final-system/common/eglibc.xml"182 xpointer="xpointer(//*[@os='ra'])"/>183 184 <screen os="rb"><userinput>cp -v ../eglibc-&eglibc-version;/sunrpc/rpc/*.h /tools/include/rpc185 cp -v ../eglibc-&eglibc-version;/sunrpc/rpcsvc/*.h /tools/include/rpcsvc186 cp -v ../eglibc-&eglibc-version;/nis/rpcsvc/*.h /tools/include/rpcsvc</userinput></screen>187 188 176 </sect2> 189 177
Note:
See TracChangeset
for help on using the changeset viewer.