|
@@ -66,6 +66,11 @@ esac</userinput></screen>
|
|
|
|
|
|
<screen><userinput remap="pre">sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in</userinput></screen>
|
|
|
|
|
|
+ <para>Apply a <command>sed</command> substitution to prevent a testsuite
|
|
|
+error:</para>
|
|
|
+
|
|
|
+<screen><userinput remap="pre">sed -i 's/getline/get_line/' libiberty/testsuite/test-demangle.c</userinput></screen>
|
|
|
+
|
|
|
<para>The GCC documentation recommends building GCC outside of the source
|
|
|
directory in a dedicated build directory:</para>
|
|
|
|