|
@@ -64,14 +64,6 @@
|
|
|
|
|
|
<screen><userinput remap="pre">sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in</userinput></screen>
|
|
|
|
|
|
- <para>GCC provides a <command>gccbug</command> script which detects at
|
|
|
- compile time whether mktemp is present, and hardcodes the result in a test.
|
|
|
- This will cause the script to fall back to using less random names for
|
|
|
- temporary files. We will be installing mktemp later, so the following sed
|
|
|
- will simulate its presence:</para>
|
|
|
-
|
|
|
-<screen><userinput remap="pre">sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</userinput></screen>
|
|
|
-
|
|
|
<para>The GCC documentation recommends building GCC outside of the source
|
|
|
directory in a dedicated build directory:</para>
|
|
|
|