This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/25524] libstdc++ headers should go in multilib directories



------- Comment #1 from gdr at integrable-solutions dot net  2005-12-21 23:23 -------
Subject: Re:   New: libstdc++ headers should go in multilib directories

"jsm28 at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

| Some libstdc++ headers are installed in GPLUSPLUS_TOOL_INCLUDE_DIR, i.e.
| include/c++/version/target.  These headers are derived from information
| configured separately for each multilib, and in general may differ between
| multilibs, so should go in a multilib directory (e.g.
| include/c++/version/target/multilib).  The precompiled headers installed
there,
| in particular, should be separately installed for each multilib in all cases,
| even if in some cases the actual text headers happen to be the same for each
| multilib.

Most headers are target independents, so should not suffer from
multilib issue.  I would think that a proper plan to fix this is to
install target dependent thingies in some deeper subdirectories.

-- Gaby


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25524


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]