Changeset a9fea2f
- Timestamp:
- 11/12/2021 04:45:09 AM (23 months ago)
- Branches:
- multilib
- Children:
- f3fa143
- Parents:
- 384c707 (diff), 0fc1b27 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter04/creatingminlayout.xml
r384c707 ra9fea2f 38 38 ln -sv usr/libx32 $LFS/libx32</userinput></screen> 39 39 40 <note>41 <para>42 The above command is correct. The <command>ln</command> command has43 a few syntactic versions, so be sure to check44 <command>info coreutils ln</command> and <filename>ln(1)</filename>45 before reporting what you may think is an error.46 </para>47 </note>48 49 40 <para>Programs in <xref linkend="chapter-temporary-tools"/> will be compiled 50 41 with a cross-compiler (more details in section <xref -
chapter05/glibc.xml
r384c707 ra9fea2f 58 58 <screen arch="ml_32,ml_x32,ml_all"><userinput remap="pre">ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64 59 59 ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64/ld-lsb-x86-64.so.3</userinput></screen> 60 61 <note> 62 <para> 63 The above command is correct. The <command>ln</command> command has 64 a few syntactic versions, so be sure to check 65 <command>info coreutils ln</command> and <filename>ln(1)</filename> 66 before reporting what you may think is an error. 67 </para> 68 </note> 60 69 61 70 <para>Some of the Glibc programs use the non-FHS compliant
Note:
See TracChangeset
for help on using the changeset viewer.