Changeset 5c0cb6e for BOOK/final-system/common
- Timestamp:
- Dec 15, 2008, 4:36:09 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e793c46
- Parents:
- f4cc1c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gcc.xml
rf4cc1c2 r5c0cb6e 32 32 33 33 <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 at36 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 less38 random names for temporary files. We will be installing mktemp39 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>42 34 43 35 <para os="f">The GCC documentation recommends building GCC outside of the source
Note:
See TracChangeset
for help on using the changeset viewer.