diff options
Diffstat (limited to 'gcc/config/mips/t-elf')
-rw-r--r-- | gcc/config/mips/t-elf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/mips/t-elf b/gcc/config/mips/t-elf index 22bf2b371ec..dba6aded021 100644 --- a/gcc/config/mips/t-elf +++ b/gcc/config/mips/t-elf @@ -31,9 +31,9 @@ TARGET_LIBGCC2_CFLAGS = -G 0 # Build the libraries for both hard and soft floating point -MULTILIB_OPTIONS = msoft-float EL/EB -MULTILIB_DIRNAMES = soft-float el eb -MULTILIB_MATCHES = EL=mel EB=meb +#MULTILIB_OPTIONS = msoft-float EL/EB +#MULTILIB_DIRNAMES = soft-float el eb +#MULTILIB_MATCHES = EL=mel EB=meb #MULTILIB_MATCHES = msingle-float=m4650 EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o crti.o crtn.o |