Changeset 2ab0d61 for final-system/common/gcc.xml
- Timestamp:
- Apr 18, 2006, 8:47:16 AM (19 years ago)
- Children:
- 6de5a22
- Parents:
- c52100b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/gcc.xml
rc52100b1 r2ab0d61 36 36 37 37 <para os="p1">The following patch fixes an issue where gcc doesn't generate 38 some code properly .</para>38 some code properly:</para> 39 39 40 40 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-fold_const-patch;</userinput></screen> … … 49 49 <para os="e1">GCC provides a <command>gccbug</command> script which detects at 50 50 compile time whether mktemp is present, and hardcodes the result in a test. 51 This will cause the script to fall back to using less random names for52 temporary files. We will be installing mktemp later, so the following sed53 will simulate its presence.</para>51 If mktemp is not found, the script will fall back to using less 52 random names for temporary files. We will be installing mktemp 53 later, so the following sed will simulate its presence:</para> 54 54 55 55 <screen os="e2"><userinput>sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.