This is the mail archive of the gcc-patches@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]

Re: ping Re: [patch] multiarch backports for the 4.7 and 4.6 branches


On Mon, Jan 14, 2013 at 05:09:36PM +0100, Matthias Klose wrote:
> ping on the backports, attaching two new versions which do include the
> powerpcspe and kfreebsd fixes from 2012-12-19/20.

Ok, but please watch for fallouts.

> 2012-11-20  Matthias Klose  <doko@ubuntu.com>
> 
> 	* doc/invoke.texi: Document -print-multiarch.
> 	* doc/install.texi: Document --enable-multiarch.
> 	* doc/fragments.texi: Document MULTILIB_OSDIRNAMES, MULTIARCH_DIRNAME.
> 	* configure.ac: Add --enable-multiarch option.
> 	Substitute with_cpu, with_float.
> 	* configure: Regenerate.
> 	* Makefile.in (s-mlib): Pass MULTIARCH_DIRNAME to genmultilib.
> 	enable_multiarch, with_cpu, with_float: New macros.
> 	if_multiarch: New macro, define in terms of enable_multiarch.
> 	* genmultilib: Add new argument for the multiarch name.
> 	* gcc.c (multiarch_dir): Define.
> 	(for_each_path): Search for multiarch suffixes.
> 	(driver_handle_option): Handle multiarch option.
> 	(do_spec_1): Pass -imultiarch if defined.
> 	(main): Print multiarch.
> 	(set_multilib_dir): Separate multilib and multiarch names
> 	from multilib_select.
> 	(print_multilib_info): Ignore multiarch names in multilib_select.
> 	* incpath.c (add_standard_paths): Search the multiarch include dirs.
> 	* cppdefault.h (default_include): Document multiarch in multilib
> 	member.
> 	* cppdefault.c: [LOCAL_INCLUDE_DIR, STANDARD_INCLUDE_DIR] Add an
>         include directory for multiarch directories.

Wrong whitespace at the start of the above line?

	Jakub


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