Changeset bcaa438 for BOOK/final-system/common/gcc.xml
- Timestamp:
- Feb 21, 2006, 2:11:16 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0b1aa01
- Parents:
- 1326641
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gcc.xml
r1326641 rbcaa438 41 41 42 42 <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> 43 51 44 52 <para os="f">The GCC documentation recommends building GCC outside of the source
Note:
See TracChangeset
for help on using the changeset viewer.