Opened 9 years ago
Closed 9 years ago
#7664 closed enhancement (fixed)
Text change: GCC-5.3.0 page
Reported by: | Douglas R. Reno | Owned by: | Pierre Labastie |
---|---|---|---|
Priority: | normal | Milestone: | 7.10 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
While working on upgrading my LFS 7.5-systemd laptop to 7.9-systemd, I noticed that we mention the following in the GCC-5.3.0 page:
So, if you are upgrading from any previous version prior to 5.1.0, you have two solutions: recompile all the libraries with the new version, or use the --with-default-libstdcxx-abi switch to configure.
--with-default-libstdcxx-abi=c++98: Use this switch if you are upgrading from a GCC version prior to 5.1.0, and you do not want to recompile all the libraries written in C++.
This configure switch no longer exists. The new option is:
--with-default-libstdcxx-abi=gcc4-compatible
This will need to be changed or removed.
Change History (3)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Note:
See TracTickets
for help on using tickets.
I will also test building with the build directory in tree.