Opened 9 years ago

Closed 9 years ago

#3797 closed enhancement (fixed)

--disable-libstdcxx switch works for GCC-5

Reported by: Pierre Labastie Owned by: bdubbs@…
Priority: normal Milestone: 7.8
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

In gcc-pass1, we disable a number of libraries, and we use the switch --disable-libstdc++-v3, although the documentation says that the same effect could be obtained with --disable-libstdcxx. The doc was indeed wrong for gcc-4, but it is now right for gcc-5. A few other switches are not needed anymore, since the corresponding libraries are also disabled by --disable-libstdcxx. The joined patch is a proposition for simplifying slightly the instructions in gcc-pass1, owing to the above.

Attachments (1)

lfs-listdcxx.patch (1.9 KB ) - added by Pierre Labastie 9 years ago.
Obtained with svn diff. I think it needs -p0 to be applied

Download all attachments as: .zip

Change History (3)

by Pierre Labastie, 9 years ago

Attachment: lfs-listdcxx.patch added

Obtained with svn diff. I think it needs -p0 to be applied

comment:1 by bdubbs@…, 9 years ago

Owner: changed from lfs-book@… to bdubbs@…
Status: newassigned

OK, the patch applies cleanly and looks good. I'll do another build today to check it out. I'll probably not commit until there are some new packages to update.

comment:2 by bdubbs@…, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 10918.

Note: See TracTickets for help on using tickets.