From: Eric Christopher Date: Thu, 15 Apr 2004 01:28:39 +0000 (+0000) Subject: t-elf: Enable multilibs by default. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec6e4092e176b04432960abdb58f2672cd1ba1cc;p=gcc.git t-elf: Enable multilibs by default. 2004-04-14 Eric Christopher * config/mips/t-elf: Enable multilibs by default. From-SVN: r80706 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 644f2a3ba49..9cc50df18b9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-04-14 Eric Christopher + + * config/mips/t-elf: Enable multilibs by default. + 2004-04-14 Andreas Tobler * bb-reorder.c (fix_crossing_conditional_branches): Adjust the diff --git a/gcc/config/mips/t-elf b/gcc/config/mips/t-elf index c36798c2765..7661ccb2d1a 100644 --- a/gcc/config/mips/t-elf +++ b/gcc/config/mips/t-elf @@ -31,10 +31,10 @@ 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_MATCHES = msingle-float=m4650 +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 LIBGCC = stmp-multilib