Changeset 56549f5


Ignore:
Timestamp:
12/03/2019 07:33:28 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
f0b6f13
Parents:
8f1c7df
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/libelf.xml

    r8f1c7df r56549f5  
    7979    --prefix=/usr         \
    8080    --libdir=/usr/lib32   \
    81     --host=i686-pc-linux-gnu</userinput></screen>
     81    --host=i686-pc-linux-gnu \
     82    --disable-debuginfod</userinput></screen>
    8283
    8384    <para>Compile the package:</para>
     
    106107    --prefix=/usr          \
    107108    --libdir=/usr/libx32   \
    108     --host=x86_64-pc-linux-gnux32</userinput></screen>
     109    --host=x86_64-pc-linux-gnux32 \
     110    --disable-debuginfod</userinput></screen>
    109111
    110112    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.