From 2839cf45e09ac06b870fcf4b18b39e038e809e18 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 19 Jan 1995 23:38:09 +0000 Subject: [PATCH] Build mips1/mips3 multilibs From-SVN: r8773 --- gcc/config/mips/t-ecoff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/mips/t-ecoff b/gcc/config/mips/t-ecoff index 001219a8d97..eab1c7399d9 100644 --- a/gcc/config/mips/t-ecoff +++ b/gcc/config/mips/t-ecoff @@ -34,9 +34,9 @@ fp-bit.c: $(srcdir)/config/fp-bit.c # Build the libraries for both hard and soft floating point -MULTILIB_OPTIONS=msoft-float EL/EB -MULTILIB_DIRNAMES=soft-float el eb -MULTILIB_MATCHES= +MULTILIB_OPTIONS = msoft-float EL/EB mips1/mips3 +MULTILIB_DIRNAMES = soft-float el eb mips1 mips3 +MULTILIB_MATCHES = LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib -- 2.30.2