diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2002-06-07 00:58:44 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-06-07 00:58:44 +0000 |
commit | 3fa1b44830bc4c003392e2ff2c7cced5eb78f553 (patch) | |
tree | ca9b5bb45e00bd80dc01edd8adb2190e12457339 /gcc/config.gcc | |
parent | 0d682900c62864d3a11399087144d72c27a88c73 (diff) | |
download | gcc-3fa1b44830bc4c003392e2ff2c7cced5eb78f553.zip gcc-3fa1b44830bc4c003392e2ff2c7cced5eb78f553.tar.gz gcc-3fa1b44830bc4c003392e2ff2c7cced5eb78f553.tar.bz2 |
config.gcc (sh5*-*-netbsd*): Remove sh/t-netbsd-sh5-32 from and add t-sh64 to ${tmake_file}.
* config.gcc (sh5*-*-netbsd*): Remove sh/t-netbsd-sh5-32
from and add t-sh64 to ${tmake_file}.
(sh64*-*-netbsd*): Add t-sh64 to ${tmake_file}.
* config/sh/t-netbsd-sh5 (LIB1ASMFUNCS): Remove.
* config/sh/t-netbsd-sh5-32: Remove.
* config/sh/t-netbsd-sh5-64 (MULTILIB_OPTIONS): Use
MULTILIB_ENDIAN.
(MULTILIB_DIRNAMES): Define.
From-SVN: r54328
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index e76e0a9..a52740c 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2273,12 +2273,12 @@ sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ sh5*-*) # SHmedia, 32-bit ABI target_cpu_default="SH5_BIT|SH4_BIT|SH3E_BIT" - tmake_file="${tmake_file} sh/t-netbsd-sh5 sh/t-netbsd-sh5-32" + tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5" ;; sh64*-*) # SHmedia, 64-bit ABI target_cpu_default="SH5_BIT|SH4_BIT" - tmake_file="${tmake_file} sh/t-netbsd-sh5 sh/t-netbsd-sh5-64" + tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64" ;; *) # SH3, software floating point |