http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49829
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aoliva at gcc dot gnu.org,
| |bonzini at gnu dot org, dj
| |at gcc dot gnu.org, jakub
| |at gcc dot gnu.org, rwild
| |at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-03
12:36:53 UTC ---
Build maintainers, any ideas how to do this? I guess the toplevel configure
should not pass --disable-static to libstdc++ configure then, but some other
option, but no idea how to arrange in automake build, but no install, of the
*.a library.
For 4.7 the alternative could be to
--disable-build-poststage1-with-cxx --disable-build-with-cxx if
--disable-static is seen (or error out if explicitly both options are passed).