aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-exp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gcc-exp.xml')
-rw-r--r--chapter05/gcc-exp.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml
index 0f29ccffe..5a1437079 100644
--- a/chapter05/gcc-exp.xml
+++ b/chapter05/gcc-exp.xml
@@ -31,5 +31,11 @@ cpp in /lib.</para>
creates the $LFS/usr/lib/cpp symlink as there are packages that expect
cpp to be in /usr/lib.</para>
+<para><userinput>rmdir $LFS/usr/*-gnu/include</userinput> and
+<userinput>rmdir $LFS/usr/*-gnu</userinput>: These directories are created
+as empty directories by GCC and serve absolutely no purpose whatsoever.
+It's related to cross-compilers but that doesn't apply to us and it's
+considered a bug in GCC that you can't turn that off, especially since they
+end up being empty directories. So we remove them manually.</para>
</sect2>