diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-19 21:18:29 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-19 21:18:29 +0000 |
commit | 523725cbd4b6bfce4b9ebf8cd4396004b915dfdb (patch) | |
tree | 34c47c35b5a4b1e563eb677e16f45b334ba6742d /chapter06/binutils.xml | |
parent | d25dfa8cb41efdea5b648a662cc876dc4325d955 (diff) |
Update to coreutils-8.23.
Add binutils patch to fix lto test suite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 8f7c7df83..71868fdfc 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -69,6 +69,10 @@ sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen> + <para>Fix some LTO tests in the test suite:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-testsuite-patch;</userinput></screen> + <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> |