diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-17 13:04:39 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-17 13:04:39 +0000 |
commit | 5700b06ce9bc4efa09f5beca4991838dc4cf62cf (patch) | |
tree | bed059c59bee660517233be4f7e7ec5cfed3c475 /gcc/config/mips/t-isa3264 | |
parent | b89c04efb698609a1f38e8ba9e056e964dc5149d (diff) | |
download | gcc-5700b06ce9bc4efa09f5beca4991838dc4cf62cf.tar.gz |
* 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).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56410 138bc75d-0d04-0410-961f-82ee72b054a4
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 02c9d272ea0..9202a8e25a7 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 |