diff options
author | Nick Clifton <nickc@redhat.com> | 2003-09-04 11:50:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2003-09-04 11:50:08 +0000 |
commit | c490cc89914ed21080b3eb4d77943ecdd11e0008 (patch) | |
tree | 28ffc8d54a93b915d8011f6673aab4004d54861a /gcc/config.gcc | |
parent | bc93e287d0e7a100c1aba869398b5341839c1927 (diff) | |
download | gcc-c490cc89914ed21080b3eb4d77943ecdd11e0008.zip gcc-c490cc89914ed21080b3eb4d77943ecdd11e0008.tar.gz gcc-c490cc89914ed21080b3eb4d77943ecdd11e0008.tar.bz2 |
Fix v850 multilibs so that there is only one copy of the default multilib
From-SVN: r71058
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index e6635f7..6881a45 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 |