Changeset 7b4634c


Ignore:
Timestamp:
03/22/2020 11:25:51 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
9aa28c4
Parents:
7354a12
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

    r7354a12 r7b4634c  
    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.