#2053: add --disable-werror to binutils pass1 --------------------------------------------+------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [email protected] Type: task | Status: new Priority: normal | Milestone: 6.3 Component: Book | Version: SVN Severity: normal | Resolution: Keywords: | --------------------------------------------+------------------------------- Comment (by [EMAIL PROTECTED]):
My apologies for adding the suggestion to this ticket. I failed to notice that it was slated for 6.3. My suggestions were meant for 7.0 at least. Bruce, no offense, but I think your comment about using our gcc and not the hosts shows you misunderstand the purpose of the switches. Of course we want to use our gcc. That is, inded, the point. The proposed switch of --disable-shared for gcc actually makes less use of the host libraries, as GCC's internal libraries are statically linked. '--disable-shared' is for robustness, as it removes some measure of dependency on the host and is therefore less likely to go wrong. The other switches are less important. Those 'tweaks' are just disabling other internal libraries that GCC *could* make use of, but doesn't need to for a temporary toolchain, such as libmudflap. Also, according to the DIY build, the prereqs for a 2.6 kernel seem to be no longer valid. -- Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2053#comment:6> 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
