Changeset ff4f25b for chapter05


Ignore:
Timestamp:
03/31/2021 10:41:38 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
1e49915
Parents:
d1fbbd0
git-author:
Thomas Trepl <thomas@…> (03/22/2020 11:25:51 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:38 AM)
Message:

Readd lost statement

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    rd1fbbd0 rff4f25b  
    9090  ;;
    9191esac</userinput></screen>
     92<screen arch="ml_32,ml_x32,ml_all"><userinput remap="pre">sed -e '/m64=/s/lib64/lib/'  \
     93    -e '/m32=/s/m32=.*/m32=..\/lib32$(call if_multiarch,:i386-linux-gnu)/' \
     94    -i.orig gcc/config/i386/t-linux64</userinput></screen>
    9295
    9396    <para>Our first build of GCC has installed a couple of internal system
Note: See TracChangeset for help on using the changeset viewer.