diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2002-08-17 13:04:39 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2002-08-17 13:04:39 +0000 |
commit | fded6d781c8e005bc195fc047a7e480073871c35 (patch) | |
tree | bed059c59bee660517233be4f7e7ec5cfed3c475 /gcc/config/mips/t-isa3264 | |
parent | 8a5f4379904595b4d1d575ac16c24e2e6b14c98a (diff) | |
download | gcc-fded6d781c8e005bc195fc047a7e480073871c35.zip gcc-fded6d781c8e005bc195fc047a7e480073871c35.tar.gz gcc-fded6d781c8e005bc195fc047a7e480073871c35.tar.bz2 |
t-coff, [...] (MULTILIB_MATCHES): Define.
* config/mips/t-coff, config/mips/t-elf, config/mips/t-isa3264,
config/mips/t-r3900 (MULTILIB_MATCHES): Define.
* config/mips/mips.h (ASM_SPEC): Use %(endian_spec).
From-SVN: r56410
Diffstat (limited to 'gcc/config/mips/t-isa3264')
-rw-r--r-- | gcc/config/mips/t-isa3264 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mips/t-isa3264 b/gcc/config/mips/t-isa3264 index 02c9d27..9202a8e 100644 --- a/gcc/config/mips/t-isa3264 +++ b/gcc/config/mips/t-isa3264 @@ -35,6 +35,7 @@ TARGET_LIBGCC2_CFLAGS = -G 0 MULTILIB_OPTIONS = msoft-float EL/EB mips32/mips64 MULTILIB_DIRNAMES = soft-float el eb mips32 mips64 +MULTILIB_MATCHES = EL=mel EB=meb EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o crti.o crtn.o LIBGCC = stmp-multilib |