Ignore:
Timestamp:
04/01/2019 05:00:45 PM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
7d9f881
Parents:
1fa2099
Message:

First apply of multilib-patch of April 1st, 2019

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/settingenviron.xml

    r1fa2099 r8eb3fe4  
    3838  <filename>.bashrc</filename> file now:</para>
    3939
    40 <screen><userinput>cat &gt; ~/.bashrc &lt;&lt; "EOF"
     40<screen arch="default"><userinput>cat &gt; ~/.bashrc &lt;&lt; "EOF"
    4141<literal>set +h
    4242umask 022
     
    4646PATH=/tools/bin:/bin:/usr/bin
    4747export LFS LC_ALL LFS_TGT PATH</literal>
     48EOF</userinput></screen>
     49
     50<screen arch="multilib"><userinput>cat &gt; ~/.bashrc &lt;&lt; "EOF"
     51<literal>set +h
     52umask 022
     53LFS=/mnt/lfs
     54LC_ALL=POSIX
     55LFS_TGT=x86_64-lfs-linux-gnu
     56LFS_TGT32=i686-lfs-linux-gnu
     57LFS_TGTX32=x86_64-lfs-linux-gnux32
     58PATH=/tools/bin:/bin:/usr/bin
     59export LFS LC_ALL LFS_TGT LFS_TGT32 LFS_TGTX32 PATH</literal>
    4860EOF</userinput></screen>
    4961
Note: See TracChangeset for help on using the changeset viewer.