t-vms (vms.o, vms-c.o): Force output filename.
2011-12-16 Tristan Gingold <gingold@adacore.com> * config/vms/t-vms (vms.o, vms-c.o): Force output filename. From-SVN: r182406
This commit is contained in:
parent
7481209d17
commit
c675ab909a
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-12-16 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* config/vms/t-vms (vms.o, vms-c.o): Force output filename.
|
||||
|
||||
2011-12-16 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* config/vms/vms.c (VMS_CRTL_GLOBAL): Define.
|
||||
|
|
|
@ -31,10 +31,11 @@ vms-crtlmap.h: $(srcdir)/config/vms/vms-crtlmap.map \
|
|||
|
||||
vms.o: $(srcdir)/config/vms/vms.c $(TREE_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(TM_P_H) vms-crtlmap.h
|
||||
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
|
||||
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
|
||||
$< -o $@
|
||||
|
||||
vms-c.o: $(srcdir)/config/vms/vms-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(CPPLIB_H) $(TREE_H) c-family/c-pragma.h toplev.h $(GGC_H) \
|
||||
$(TM_P_H)
|
||||
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
|
||||
$(PREPROCESSOR_DEFINES) \$<
|
||||
$(PREPROCESSOR_DEFINES) $< -o $@
|
||||
|
|
Loading…
Add table
Reference in a new issue