|
@@ -43,6 +43,11 @@
|
|
<sect2 role="installation">
|
|
<sect2 role="installation">
|
|
<title>Installation of Glibc</title>
|
|
<title>Installation of Glibc</title>
|
|
|
|
|
|
|
|
+ <para>Fix a potential issue if <filename>/etc/ld.so.preload</filename> is
|
|
|
|
+ used on the host system.</para>
|
|
|
|
+
|
|
|
|
+<screen><userinput remap="pre">sed -i 's@/etc/ld.so.preload@/tools/etc/ld.so.preload@' elf/rtld.c</userinput></screen>
|
|
|
|
+
|
|
<para>The Glibc documentation recommends building Glibc outside of the source
|
|
<para>The Glibc documentation recommends building Glibc outside of the source
|
|
directory in a dedicated build directory:</para>
|
|
directory in a dedicated build directory:</para>
|
|
|
|
|