aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Trepl <thomas@linuxfromscratch.org>2019-12-03 07:33:28 +0000
committerThomas Trepl <thomas@linuxfromscratch.org>2019-12-03 07:33:28 +0000
commit56549f565fd13f246a0a72baabe85df1e1ba30bb (patch)
tree012aa3e153fddee177c7978c50f5d3afecd28e5d
parent8f1c7dffdcc462ea634c7b5d01b63d3388c3e7d2 (diff)
Add new option '--disable-debuginfod' to 32/x32 instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11705 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/libelf.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/libelf.xml b/chapter06/libelf.xml
index 41e8cfd70..65b91d7d2 100644
--- a/chapter06/libelf.xml
+++ b/chapter06/libelf.xml
@@ -78,7 +78,8 @@ rm /usr/lib/libelf.a</userinput></screen>
<screen><userinput remap="configure">CC="gcc -m32" ./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
- --host=i686-pc-linux-gnu</userinput></screen>
+ --host=i686-pc-linux-gnu \
+ --disable-debuginfod</userinput></screen>
<para>Compile the package:</para>
@@ -105,7 +106,8 @@ rm -rf DESTDIR</userinput></screen>
<screen><userinput remap="configure">CC="gcc -mx32" ./configure \
--prefix=/usr \
--libdir=/usr/libx32 \
- --host=x86_64-pc-linux-gnux32</userinput></screen>
+ --host=x86_64-pc-linux-gnux32 \
+ --disable-debuginfod</userinput></screen>
<para>Compile the package:</para>