This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r109418 - in /branches/csl-3_4_3-linux-branch: ...


Author: jsm28
Date: Fri Jan  6 13:22:19 2006
New Revision: 109418

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109418
Log:
	* 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.
	* libstdc++-v3/include/Makefile.am: Install host-specific headers
	in multilib subdirectory.
	* libstdc++-v3/include/Makefile.in: Regenerate.

Modified:
    branches/csl-3_4_3-linux-branch/libstdc++-v3/include/Makefile.am
    branches/csl-3_4_3-linux-branch/libstdc++-v3/include/Makefile.in

Changes in other areas also in this revision:
Modified:
    branches/csl-3_4_3-linux-branch/ChangeLog.csl
    branches/csl-3_4_3-linux-branch/gcc/c-incpath.c
    branches/csl-3_4_3-linux-branch/gcc/c-incpath.h
    branches/csl-3_4_3-linux-branch/gcc/c-opts.c
    branches/csl-3_4_3-linux-branch/gcc/c.opt
    branches/csl-3_4_3-linux-branch/gcc/cppdefault.c
    branches/csl-3_4_3-linux-branch/gcc/cppdefault.h
    branches/csl-3_4_3-linux-branch/gcc/gcc.c


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