From 0967c907bcf790345d9cbb9477719117e9b78d4f Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sat, 13 May 2017 22:56:01 +0000 Subject: Introduce -isystem to use the final system location of gcc's internel headers in the GlibC build. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11250 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 47f96f720..b8fa2a327 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -51,6 +51,11 @@ ;; esac + Remove the symlink created earlier as the final gcc includes will be + installed here: + +rm -f /usr/lib/gcc + The GCC documentation recommends building GCC in a dedicated build directory: mkdir -v build -- cgit v1.2.3-54-g00ecf