diff options
author | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-07 00:58:44 +0000 |
---|---|---|
committer | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-07 00:58:44 +0000 |
commit | 61ddddf5983c22f8c17fe59d57cc9dbde034e21d (patch) | |
tree | ca9b5bb45e00bd80dc01edd8adb2190e12457339 /gcc/config/sh/t-netbsd-sh5-64 | |
parent | d321a68b6399071a75ef335336068e3a8b789666 (diff) | |
download | gcc-61ddddf5983c22f8c17fe59d57cc9dbde034e21d.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54328 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh/t-netbsd-sh5-64')
-rw-r--r-- | gcc/config/sh/t-netbsd-sh5-64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sh/t-netbsd-sh5-64 b/gcc/config/sh/t-netbsd-sh5-64 index 74052cbe197..3555042ca8b 100644 --- a/gcc/config/sh/t-netbsd-sh5-64 +++ b/gcc/config/sh/t-netbsd-sh5-64 @@ -1,3 +1,3 @@ -MULTILIB_OPTIONS += m5-64media-nofpu/m5-compact/m5-compact-nofpu/m5-32media/m5-32media-nofpu -MULTILIB_DIRNAMES= +MULTILIB_OPTIONS = $(MULTILIB_ENDIAN) m5-64media-nofpu/m5-compact/m5-compact-nofpu/m5-32media/m5-32media-nofpu +MULTILIB_DIRNAMES= $(MULTILIB_ENDIAN) nofpu compact nofpu/compact media32 nofpu/media32 MULTILIB_MATCHES = |