Changeset 9be8160 for final-system/common
- Timestamp:
- Feb 21, 2006, 2:11:16 AM (19 years ago)
- Children:
- bae9b6c
- Parents:
- de4f4d9b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/gcc.xml
rde4f4d9b r9be8160 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.