r110038 - in /branches/csl/sourcerygxx-4_1: Cha...
jsm28@gcc.gnu.org
jsm28@gcc.gnu.org
Fri Jan 20 21:00:00 GMT 2006
Author: jsm28
Date: Fri Jan 20 21:00:52 2006
New Revision: 110038
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110038
Log:
PR libstdc++/25524
* gcc/cppdefault.h (struct default_include): Add multilib flag.
* gcc/cppdefault.c (cpp_include_defaults): Set it.
* gcc/c.opt (-imultilib): New option.
* gcc/c-opts.c (imultilib): New.
(c_common_handle_option): Handle -imultilib.
(c_common_post_options): Likewise.
* gcc/c-incpath.c (add_standard_paths, register_include_chains):
Likewise.
* gcc/c-incpath.h (register_include_chains): Add extra parameter.
* gcc/gcc.c (do_spec_1): Generate -imultilib option.
(The Specs Language): Update %I description.
(process_command): Update copyright notice.
* gcc/doc/cppopts.texi (-imultilib): Document.
* gcc/doc/invoke.texi (-imultilib): Include in option summary.
(%I): Update specs documentation.
* libstdc++-v3/include/Makefile.am: Install host-specific headers
in multilib subdirectory.
* libstdc++-v3/include/Makefile.in: Regenerate.
Modified:
branches/csl/sourcerygxx-4_1/libstdc++-v3/include/Makefile.am
branches/csl/sourcerygxx-4_1/libstdc++-v3/include/Makefile.in
Changes in other areas also in this revision:
Modified:
branches/csl/sourcerygxx-4_1/ChangeLog.csl
branches/csl/sourcerygxx-4_1/gcc/c-incpath.c
branches/csl/sourcerygxx-4_1/gcc/c-incpath.h
branches/csl/sourcerygxx-4_1/gcc/c-opts.c
branches/csl/sourcerygxx-4_1/gcc/c.opt
branches/csl/sourcerygxx-4_1/gcc/cppdefault.c
branches/csl/sourcerygxx-4_1/gcc/cppdefault.h
branches/csl/sourcerygxx-4_1/gcc/doc/cppopts.texi
branches/csl/sourcerygxx-4_1/gcc/doc/invoke.texi
branches/csl/sourcerygxx-4_1/gcc/gcc.c
More information about the Libstdc++-cvs
mailing list