From 6bd5f1124176506262ea32a688c6ce295e8781ac Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 8 Jul 2014 16:36:46 +0000 Subject: Removed references to /lib/udev/devices. Update to linux-3.15.4. Removed systemd references in bootscripts. Simlify lto instructions in chapter 6 gcc. Update XML-Parser source location. Update to eudev-1.9. Update to kbd-2.0.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 9ab97ea22..73ea27b63 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -154,15 +154,7 @@ cd ../gcc-build Link Time Optimization (LTO): install -dm755 /usr/lib/bfd-plugins -pushd /usr/lib/bfd-plugins - -if [ $(uname -m) == "i686" ]; then - ln -sfv ../../libexec/gcc/i686-pc-linux-gnu/&gcc-version;/liblto_plugin.so -else - ln -sfv ../../libexec/gcc/x86_64-unknown-linux-gnu/&gcc-version;/liblto_plugin.so -fi - -popd +ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so Now that our final toolchain is in place, it is important to again ensure that compiling and linking will work as expected. We do this by performing -- cgit v1.2.3-54-g00ecf