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: | |
---|---|---|---|
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)
Change History (3)
by , 9 years ago
Attachment: | lfs-listdcxx.patch added |
---|
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
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.
Obtained with svn diff. I think it needs -p0 to be applied