From 8b8def46d617422f5704092a2c92bbbbe2d3b629 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 29 Nov 1995 18:40:33 -0800 Subject: [PATCH] (MULTILIB_OPTIONS, MULTILIB_DIRNAMES, MULTILIB_MATCHES): Add -msingle-float support. From-SVN: r10636 --- 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 eab1c7399d9..1b0d31702a7 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 mips1/mips3 -MULTILIB_DIRNAMES = soft-float el eb mips1 mips3 -MULTILIB_MATCHES = +MULTILIB_OPTIONS = msoft-float/msingle-float EL/EB mips1/mips3 +MULTILIB_DIRNAMES = soft-float single el eb mips1 mips3 +MULTILIB_MATCHES = msingle-float=m4650 LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib -- 2.30.2