This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] turn on t-elf multilibs


Committed.
-- 
Eric Christopher <echristo@redhat.com>

2004-04-14  Eric Christopher  <echristo@redhat.com>
 
        * config/mips/t-elf: Enable multilibs by default.
 
Index: config/mips/t-elf
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/t-elf,v
retrieving revision 1.13
diff -u -p -w -r1.13 t-elf
--- config/mips/t-elf	3 Mar 2004 01:11:56 -0000	1.13
+++ config/mips/t-elf	15 Apr 2004 01:27:32 -0000
@@ -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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]