summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-11-07 10:17:44 +0000
committerTristan Gingold <gingold@gcc.gnu.org>2011-11-07 10:17:44 +0000
commitc750e76857add05d481a68df00bf75d5f5afc419 (patch)
treeddbc1e6dd1a5280e98e654013141bf939c74634c /gcc/config.gcc
parentba89fcb67207e6d364910572ab98ba165f5ad7dd (diff)
downloadgcc-c750e76857add05d481a68df00bf75d5f5afc419.tar.gz
config.gcc (*-*-*vms*): Set c_target_objs, cxx_target_objs.
2011-11-07 Tristan Gingold <gingold@adacore.com> * config.gcc (*-*-*vms*): Set c_target_objs, cxx_target_objs. * config/vms/t-vms: Add vms-c.o rule. * config/vms/vms-c.c: New file. * config/vms/vms-protos.h (vms_c_register_pragma): New prototype. * config/vms/vms.h (REGISTER_TARGET_PRAGMAS): Define. From-SVN: r181079
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index ce97c89e948..45ba919dadf 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -717,6 +717,8 @@ case ${target} in
extra_objs="vms.o"
target_gtfiles="$target_gtfiles \$(srcdir)/config/vms/vms.c"
tm_p_file="${tm_p_file} vms/vms-protos.h"
+ c_target_objs="vms-c.o"
+ cxx_target_objs="vms-c.o"
if test x$gnu_ld != xyes; then
# Build wrappers for native case.
extra_programs="ld\$(exeext) ar\$(exeext)"