Ignore:
Timestamp:
Dec 15, 2008, 4:36:09 PM (16 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e793c46
Parents:
f4cc1c2
Message:

Remove obsolete command from final-system GCC instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gcc.xml

    rf4cc1c2 r5c0cb6e  
    3232
    3333<screen os="e"><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
    34 
    35     <para os="e1">GCC provides a <command>gccbug</command> script which detects at
    36     compile time whether mktemp is present, and hardcodes the result in a test.
    37     If mktemp is not found, the script will fall back to using less
    38     random names for temporary files.  We will be installing mktemp
    39     later, so the following sed will simulate its presence:</para>
    40 
    41 <screen os="e2"><userinput>sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</userinput></screen>
    4234
    4335    <para os="f">The GCC documentation recommends building GCC outside of the source
Note: See TracChangeset for help on using the changeset viewer.