Ignore:
Timestamp:
Feb 21, 2006, 2:11:16 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0b1aa01
Parents:
1326641
Message:

r1069@server (orig r1067): ken | 2006-01-13 05:19:13 -0800
Make gccbug use mktemp, from LFS.

File:
1 edited

Legend:

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

    r1326641 rbcaa438  
    4141
    4242<screen os="e"><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
     43
     44    <para os="e1">GCC provides a <command>gccbug</command> script which detects at
     45    compile time whether mktemp is present, and hardcodes the result in a test.
     46    This will cause the script to fall back to using less random names for
     47    temporary files.  We will be installing mktemp later, so the following sed
     48    will simulate its presence.</para>
     49
     50<screen os="e2">sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</screen>
    4351
    4452    <para os="f">The GCC documentation recommends building GCC outside of the source
Note: See TracChangeset for help on using the changeset viewer.