|
@@ -31,5 +31,11 @@ cpp in /lib.</para>
|
|
creates the $LFS/usr/lib/cpp symlink as there are packages that expect
|
|
creates the $LFS/usr/lib/cpp symlink as there are packages that expect
|
|
cpp to be in /usr/lib.</para>
|
|
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>
|
|
</sect2>
|
|
|
|
|