Changeset 3aa9774


Ignore:
Timestamp:
09/22/2003 07:50:14 AM (21 years ago)
Author:
Greg Schafer <greg@…>
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, 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:
677aef3
Parents:
548d65f
Message:

Chapter 5 - Setting up the environment: Added unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD to .bash_profile to stop accidental build breakge.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r548d65f r3aa9774  
    9595</para></listitem>
    9696
     97<listitem><para>September 22nd, 2003 [greg]: Chapter 5 - Setting up the
     98environment: Added unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD to
     99.bash_profile to stop accidental build breakge.</para></listitem>
     100
    97101<listitem><para>September 20th, 2003 [greg]: Chapter 5 - GCC Pass 2: Updated
    98102to gcc-3.3.1-specs-2.patch. Ncurses: added --enable-overwrite and description.
  • chapter05/setting-environment.xml

    r548d65f r3aa9774  
    1313PATH=/tools/bin:$PATH
    1414export LFS LC_ALL PATH
     15unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD
    1516<userinput>EOF
    1617
     
    4748during the rest of the building process.</para>
    4849
     50<para>The CC, CXX, CPP, LD_LIBRARY_PATH and LD_PRELOAD environment variables all
     51have the potential to cause havoc with our Chapter 5 toolchain. We therefore
     52unset them to prevent any chance of this happening.</para>
     53
    4954<para>Now, after sourcing the just-created profile, we're all set to begin
    5055building the temporary tools that will support us in later chapters.</para>
  • index.xml

    r548d65f r3aa9774  
    44
    55
    6 <!ENTITY version "20030920">
    7 <!ENTITY releasedate "September 20th, 2003">
     6<!ENTITY version "20030922">
     7<!ENTITY releasedate "September 22nd, 2003">
    88<!ENTITY nbsp " ">
    99
Note: See TracChangeset for help on using the changeset viewer.