From c7feb70c780d451b222ea8a98f09203a8277b624 Mon Sep 17 00:00:00 2001 From: nickc Date: Thu, 4 Sep 2003 11:50:08 +0000 Subject: [PATCH] Fix v850 multilibs so that there is only one copy of the default multilib git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71058 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 8 ++++++++ gcc/config.gcc | 2 +- gcc/config/v850/t-v850 | 4 ++-- gcc/config/v850/{t-v850 => t-v850e} | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) copy gcc/config/v850/{t-v850 => t-v850e} (97%) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2874e3514b5..38c55bb054a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2003-09-04 Nick Clifton + + * config.gcc (v850e-*-*): Use t-v850e makefile fragment. + * config/v850/t-v850: Only produce one extra multilib - for + the v850e. + * config/v850/t-v850e: New file: Only produce one extra + multilib - for the v850. + 2003-09-04 Jakub Jelinek * config/ia64/libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2. diff --git a/gcc/config.gcc b/gcc/config.gcc index e6635f7480f..6881a4593a4 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1992,7 +1992,7 @@ v850e-*-*) target_cpu_default="TARGET_CPU_v850e" tm_file="dbxelf.h elfos.h svr4.h v850/v850.h" tm_p_file=v850/v850-protos.h - tmake_file=v850/t-v850 + tmake_file=v850/t-v850e md_file=v850/v850.md out_file=v850/v850.c if test x$stabs = xyes diff --git a/gcc/config/v850/t-v850 b/gcc/config/v850/t-v850 index 75c3b4695bd..8a7063f92fe 100644 --- a/gcc/config/v850/t-v850 +++ b/gcc/config/v850/t-v850 @@ -81,8 +81,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c cat $(srcdir)/config/fp-bit.c >> fp-bit.c # Create target-specific versions of the libraries -MULTILIB_OPTIONS = mv850/mv850e -MULTILIB_DIRNAMES = v850 v850e +MULTILIB_OPTIONS = mv850e +MULTILIB_DIRNAMES = v850e INSTALL_LIBGCC = install-multilib TCFLAGS = -mno-app-regs -msmall-sld -Wa,-mwarn-signed-overflow -Wa,-mwarn-unsigned-overflow diff --git a/gcc/config/v850/t-v850 b/gcc/config/v850/t-v850e similarity index 97% copy from gcc/config/v850/t-v850 copy to gcc/config/v850/t-v850e index 75c3b4695bd..f6546026eef 100644 --- a/gcc/config/v850/t-v850 +++ b/gcc/config/v850/t-v850e @@ -81,8 +81,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c cat $(srcdir)/config/fp-bit.c >> fp-bit.c # Create target-specific versions of the libraries -MULTILIB_OPTIONS = mv850/mv850e -MULTILIB_DIRNAMES = v850 v850e +MULTILIB_OPTIONS = mv850 +MULTILIB_DIRNAMES = v850 INSTALL_LIBGCC = install-multilib TCFLAGS = -mno-app-regs -msmall-sld -Wa,-mwarn-signed-overflow -Wa,-mwarn-unsigned-overflow -- 2.11.4.GIT