diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-11-29 18:40:33 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-11-29 18:40:33 -0800 |
commit | 8b8def46d617422f5704092a2c92bbbbe2d3b629 (patch) | |
tree | 88bae5702fde5606d6e9925ec40770f6a3fcf29c | |
parent | 54efdaa420f3b1ccaa95fecd2a7b4a761907390b (diff) | |
download | gcc-8b8def46d617422f5704092a2c92bbbbe2d3b629.zip gcc-8b8def46d617422f5704092a2c92bbbbe2d3b629.tar.gz gcc-8b8def46d617422f5704092a2c92bbbbe2d3b629.tar.bz2 |
(MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
MULTILIB_MATCHES): Add -msingle-float support.
From-SVN: r10636
-rw-r--r-- | gcc/config/mips/t-ecoff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/mips/t-ecoff b/gcc/config/mips/t-ecoff index eab1c73..1b0d317 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 |