diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-25 00:43:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2000-11-25 00:43:32 +0000 |
commit | c3edd394bb8b06993f89fd2ea1b0e112a501011b (patch) | |
tree | 97b5bb36bfa627b71d12b3bd70d0231be076ce0e /gcc/config.gcc | |
parent | aac69a49c996b35d3dca614d8cf880611423014b (diff) | |
download | gcc-c3edd394bb8b06993f89fd2ea1b0e112a501011b.zip gcc-c3edd394bb8b06993f89fd2ea1b0e112a501011b.tar.gz gcc-c3edd394bb8b06993f89fd2ea1b0e112a501011b.tar.bz2 |
Use target specific, language specific object files feature to allow build
v850 pragma support into gcc and gxx.
From-SVN: r37727
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b2dbe00..9f25880 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3133,6 +3133,8 @@ v850-*-rtems*) tm_file="${tm_file} dbx.h" fi use_collect2=no + c_target_objs="v850-c.o" + cxx_target_objs="v850-c.o" ;; v850-*-*) target_cpu_default="TARGET_CPU_generic" @@ -3145,6 +3147,8 @@ v850-*-*) tm_file="${tm_file} dbx.h" fi use_collect2=no + c_target_objs="v850-c.o" + cxx_target_objs="v850-c.o" ;; vax-*-bsd*) # vaxen running BSD use_collect2=yes |