diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-05-16 17:22:24 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2009-05-16 17:22:24 +0100 |
commit | 1ab8a8c260784fef348ec8cdae76a859a6b0081c (patch) | |
tree | d4a661ea81f0a6ee0a3d6736cfc35e5af8c8913a /gcc/config.gcc | |
parent | 24264cbb64b09ee1ad70965c6893e56f41c85a06 (diff) | |
download | gcc-1ab8a8c260784fef348ec8cdae76a859a6b0081c.zip gcc-1ab8a8c260784fef348ec8cdae76a859a6b0081c.tar.gz gcc-1ab8a8c260784fef348ec8cdae76a859a6b0081c.tar.bz2 |
config.gcc (mips*-*-*): Support arch_32, arch_64, tune_32 and tune_64.
* config.gcc (mips*-*-*): Support arch_32, arch_64, tune_32 and
tune_64.
* config/mips/mips.h (MIPS_ABI_DEFAULT, MULTILIB_ABI_DEFAULT):
Move definitions earlier.
(OPT_ARCH64, OPT_ARCH32): Define.
(OPTION_DEFAULT_SPECS): Add entries for arch_32, arch_64, tune_32
and tune_64.
From-SVN: r147617
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 503babe..341265f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2869,7 +2869,7 @@ case "${target}" in ;; mips*-*-*) - supported_defaults="abi arch float tune divide llsc mips-plt" + supported_defaults="abi arch arch_32 arch_64 float tune tune_32 tune_64 divide llsc mips-plt" case ${with_float} in "" | soft | hard) |