From: Fred Fish Date: Wed, 7 Jun 2006 17:46:23 +0000 (+0000) Subject: t-elf (MULTILIB_MATCHES): Combine two entries into single entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd286892c4b4a6135ed6550ae8b710891f1806da;p=gcc.git t-elf (MULTILIB_MATCHES): Combine two entries into single entry. * config/mips/t-elf (MULTILIB_MATCHES): Combine two entries into single entry. From-SVN: r114472 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4c72bd917d3..3fbae4ccabd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-06-07 Fred Fish + + * config/mips/t-elf (MULTILIB_MATCHES): Combine two entries + into single entry. + 2006-06-07 Paolo Bonzini PR target/27390 diff --git a/gcc/config/mips/t-elf b/gcc/config/mips/t-elf index 7661ccb2d1a..f2da07d1bcd 100644 --- a/gcc/config/mips/t-elf +++ b/gcc/config/mips/t-elf @@ -33,8 +33,7 @@ TARGET_LIBGCC2_CFLAGS = -G 0 MULTILIB_OPTIONS = msoft-float EL/EB MULTILIB_DIRNAMES = soft-float el eb -MULTILIB_MATCHES = EL=mel EB=meb -MULTILIB_MATCHES = msingle-float=m4650 +MULTILIB_MATCHES = EL=mel EB=meb msingle-float=m4650 EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o crti.o crtn.o LIBGCC = stmp-multilib