Ignore:
Timestamp:
Feb 21, 2006, 2:11:16 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
bae9b6c
Parents:
de4f4d9b
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
  • final-system/common/gcc.xml

    rde4f4d9b r9be8160  
    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.