|
@@ -64,6 +64,11 @@ Ask your system administrator to create more.</computeroutput></screen>
|
|
<screen><userinput remap="pre">rm -fv etc/standards.info
|
|
<screen><userinput remap="pre">rm -fv etc/standards.info
|
|
sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
|
|
sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
|
|
|
|
|
|
|
|
+ <para>Fix a couple of the tests, which fail when using GCC-&gcc-version;</para>
|
|
|
|
+
|
|
|
|
+<screen><userinput remap="pre">sed -i "/exception_defines.h/d" ld/testsuite/ld-elf/new.cc
|
|
|
|
+sed -i "s/-fvtable-gc //" ld/testsuite/ld-selective/selective.exp</userinput></screen>
|
|
|
|
+
|
|
<para>The Binutils documentation recommends building Binutils outside of the
|
|
<para>The Binutils documentation recommends building Binutils outside of the
|
|
source directory in a dedicated build directory:</para>
|
|
source directory in a dedicated build directory:</para>
|
|
|
|
|