From: Joel Sherrill Date: Sat, 13 Apr 2002 19:47:57 +0000 (+0000) Subject: t-elf: Enable v8 multilibs. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2341c7ea03358de31bc3827f0caad237767f81c7;p=platform%2Fupstream%2Fgcc.git t-elf: Enable v8 multilibs. 2002-04-13 Joel Sherrill * config/sparc/t-elf: Enable v8 multilibs. Impacts sparc-elf and sparc-rtems targets. From-SVN: r52281 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a6d4aab..a1abd9a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-13 Joel Sherrill + + * config/sparc/t-elf: Enable v8 multilibs. Impacts + sparc-elf and sparc-rtems targets. + 2002-04-13 Mark Mitchell * alpha/linux.h: Define __gnu_linux__ wherever __linux__ is diff --git a/gcc/config/sparc/t-elf b/gcc/config/sparc/t-elf index ead6e25..c521c81 100644 --- a/gcc/config/sparc/t-elf +++ b/gcc/config/sparc/t-elf @@ -12,12 +12,9 @@ fp-bit.c: $(srcdir)/config/fp-bit.c # MULTILIB_OPTIONS should have msparclite too, but we'd have to make # gas build... -#MULTILIB_OPTIONS = msoft-float mcpu=v8 -MULTILIB_OPTIONS = msoft-float -#MULTILIB_DIRNAMES = soft v8 -MULTILIB_DIRNAMES = soft -#MULTILIB_MATCHES = msoft-float=mno-fpu mcpu?v8=mv8 -MULTILIB_MATCHES = msoft-float=mno-fpu +MULTILIB_OPTIONS = msoft-float mcpu=v8 +MULTILIB_DIRNAMES = soft v8 +MULTILIB_MATCHES = msoft-float=mno-fpu mcpu?v8=mv8 LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib