#3524: Add lib32 directories to chapter 6 GCC
--------------------+------------------------
Reporter: Krejzi | Owner: lfs-book@…
Type: task | Status: new
Priority: normal | Milestone: 7.6
Component: Book | Version: SVN
Severity: normal | Keywords:
--------------------+------------------------
I have received several questions and concerns about lib32 directories
being displayed in chapter 6 GCC testing on i686, and that's not in the
book. So it would be a nice idea to add it
{{{
SEARCH_DIR("/usr/i686-pc-linux-gnu/lib32")
SEARCH_DIR("/usr/local/lib32")
SEARCH_DIR("/lib32")
SEARCH_DIR("/usr/lib32")
SEARCH_DIR("/usr/i686-pc-linux-gnu/lib")
SEARCH_DIR("/usr/local/lib")
SEARCH_DIR("/lib")
SEARCH_DIR("/usr/lib");
}}}
If I recall correctly, there was a mailing list post about this too.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3524>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page