Changeset a21eb83


Ignore:
Timestamp:
03/28/2001 02:31:12 PM (23 years ago)
Author:
Thomas Balu Walter <tw@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v3_0, v3_1, v3_2, v3_3, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a0fcc02
Parents:
a00fc2a
Message:

Changed gcc-links to /usr/bin/cpp

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@373 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra00fc2a ra21eb83  
    3131<listitem><para>
    3232Chapter 5: Removed --disable-nls from configuration of programs that don't
    33 need that (bash, diffutils, sed)
     33need it (bash, diffutils, gzip, sed).
    3434</para></listitem>
    3535
     
    6161
    6262<listitem><para>
    63 Chapter 5: Removed --disable-nls from gzip's configure commands. It's
    64 useless there.
    65 </para></listitem>
    66 
    67 <listitem><para>
    6863Chapter 5: Removed prefix=$LFS/usr from tar's make install.
    6964</para></listitem>
     
    8176<listitem><para>
    8277Chapter 5+6: Upgraded gcc-2.95.2 to gcc-2.95.2.1.
     78</para></listitem>
     79
     80<listitem><para>
     81Chapter 5: Changed the links we create during gcc-installation to
     82$LFS/usr/bin/cpp.
    8383</para></listitem>
    8484
  • chapter05/gcc-exp.xml

    ra00fc2a ra21eb83  
    1010
    1111<para>
    12 <userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp:</userinput> This
     12<userinput>ln -s ../usr/bin/cpp:</userinput> This
    1313creates the $LFS/lib/cpp symlink. Some packages explicitely try to find
    1414cpp in /lib.
     
    1616
    1717<para>
    18 <userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp:</userinput> This
     18<userinput>ln -s ../bin/cpp:</userinput> This
    1919creates the $LFS/usr/lib/cpp symlink as there are packages that expect
    2020cpp to be in /usr/lib.
  • chapter05/gcc-inst.xml

    ra00fc2a ra21eb83  
    2424                install &amp;&amp;</userinput>
    2525        <userinput>cd $LFS/lib &amp;&amp;</userinput>
    26         <userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp
     26        <userinput>ln -s ../usr/bin/cpp
    2727                 &amp;&amp;</userinput>
    2828        <userinput>cd $LFS/usr/lib &amp;&amp;</userinput>
    29         <userinput>ln -s gcc-lib/*/2.95.2.1/cpp
     29        <userinput>ln -s ../bin/cpp
    3030                 &amp;&amp;</userinput>
    3131        <userinput>cd $LFS/usr/bin &amp;&amp;</userinput>
Note: See TracChangeset for help on using the changeset viewer.