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

r146278 - in /trunk/gcc: ChangeLog Makefile.in ...


Author: ams
Date: Fri Apr 17 17:32:00 2009
New Revision: 146278

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146278
Log:
2009-04-17  Andrew Stubbs  <ams@codesourcery.com>

	* configure.ac: Add new AC_SUBST for TM_ENDIAN_CONFIG,
	TM_MULTILIB_CONFIG and TM_MULTILIB_EXCEPTIONS_CONFIG.
	(--with-multilib-list): Add default value.
	* configure: Regenerate.
	* Makefile.in (TM_ENDIAN_CONFIG): Define.
	(TM_MULTILIB_CONFIG, TM_MULTILIB_EXCEPTIONS_CONFIG): Define.
	* config.gcc (sh-*-*): Switch to using TM_ENDIAN_CONFIG,
	TM_MULTILIB_CONFIG, and TM_MULTILIB_EXCEPTIONS_CONFIG.
	Don't add default cpu to multilib list unnecessarily, but do enable
	the relevant compiler option..
	Add support for --with-multilib-list=<blank> and
	--with-multilib-list=!<somelib> to supress unwanted multilibs.
	* config/sh/t-sh (DEFAULT_ENDIAN, OTHER_ENDIAN): New variables.
	(MULTILIB_ENDIAN, MULTILIB_CPUS): Delete variables.
	(MULTILIB_OPTIONS): Redefine using OTHER_ENDIAN and
	TM_MULTILIB_CONFIG.
	(MULTILIB_EXCEPTIONS): Add TM_MULTILIB_EXCEPTIONS_CONFIG.
	(MULTILIB_OSDIRNAMES): New variable.
	* config/sh/t-1e: Delete file.
	* config/sh/t-mlib-sh1: Delete file.
	* config/sh/t-mlib-sh2: Delete file.
	* config/sh/t-mlib-sh2a: Delete file.
	* config/sh/t-mlib-sh2a-nofpu: Delete file.
	* config/sh/t-mlib-sh2a-single: Delete file.
	* config/sh/t-mlib-sh2a-single-only: Delete file.
	* config/sh/t-mlib-sh2e: Delete file.
	* config/sh/t-mlib-sh3e: Delete file.
	* config/sh/t-mlib-sh4: Delete file.
	* config/sh/t-mlib-sh4-nofpu: Delete file.
	* config/sh/t-mlib-sh4-single: Delete file.
	* config/sh/t-mlib-sh4-single-only: Delete file.
	* config/sh/t-mlib-sh4a: Delete file.
	* config/sh/t-mlib-sh4a-nofpu: Delete file.
	* config/sh/t-mlib-sh4a-single: Delete file.
	* config/sh/t-mlib-sh4a-single-only: Delete file.
	* config/sh/t-mlib-sh4al: Delete file.
	* config/sh/t-mlib-sh5-32media: Delete file.
	* config/sh/t-mlib-sh5-32media-nofpu: Delete file.
	* config/sh/t-mlib-sh5-64media: Delete file.
	* config/sh/t-mlib-sh5-64media-nofpu: Delete file.
	* config/sh/t-mlib-sh5-compact: Delete file.
	* config/sh/t-mlib-sh5-compact-nofpu: Delete file.
	* config/sh/t-linux: Don't override MULTILIB_EXCEPTIONS.
	* doc/install.texi (Options specification): Add
	--with-multilib-list and --with-endian.



Removed:
    trunk/gcc/config/sh/t-1e
    trunk/gcc/config/sh/t-mlib-sh1
    trunk/gcc/config/sh/t-mlib-sh2
    trunk/gcc/config/sh/t-mlib-sh2a
    trunk/gcc/config/sh/t-mlib-sh2a-nofpu
    trunk/gcc/config/sh/t-mlib-sh2a-single
    trunk/gcc/config/sh/t-mlib-sh2a-single-only
    trunk/gcc/config/sh/t-mlib-sh2e
    trunk/gcc/config/sh/t-mlib-sh3
    trunk/gcc/config/sh/t-mlib-sh3e
    trunk/gcc/config/sh/t-mlib-sh4
    trunk/gcc/config/sh/t-mlib-sh4-nofpu
    trunk/gcc/config/sh/t-mlib-sh4-single
    trunk/gcc/config/sh/t-mlib-sh4-single-only
    trunk/gcc/config/sh/t-mlib-sh4a
    trunk/gcc/config/sh/t-mlib-sh4a-nofpu
    trunk/gcc/config/sh/t-mlib-sh4a-single
    trunk/gcc/config/sh/t-mlib-sh4a-single-only
    trunk/gcc/config/sh/t-mlib-sh4al
    trunk/gcc/config/sh/t-mlib-sh5-32media
    trunk/gcc/config/sh/t-mlib-sh5-32media-nofpu
    trunk/gcc/config/sh/t-mlib-sh5-64media
    trunk/gcc/config/sh/t-mlib-sh5-64media-nofpu
    trunk/gcc/config/sh/t-mlib-sh5-compact
    trunk/gcc/config/sh/t-mlib-sh5-compact-nofpu
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/config.gcc
    trunk/gcc/config/sh/t-linux
    trunk/gcc/config/sh/t-sh
    trunk/gcc/configure
    trunk/gcc/configure.ac
    trunk/gcc/doc/install.texi


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