diff options
author | gingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-09 07:43:35 +0000 |
---|---|---|
committer | gingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-09 07:43:35 +0000 |
commit | 6af0092a44dced017e814d22ab885dfa68e202a6 (patch) | |
tree | 9c6df8d4c35c0156a267f7f65adc7322d1638d8a /libiberty/makefile.vms | |
parent | 4b7680029ed26ced4acf75dd31d27c50d921cc55 (diff) | |
download | gcc-6af0092a44dced017e814d22ab885dfa68e202a6.tar.gz |
2013-07-09 Tristan Gingold <gingold@adacore.com>
* makefile.vms (OBJS): Add dwarfnames.obj
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200812 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/makefile.vms')
-rw-r--r-- | libiberty/makefile.vms | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/makefile.vms b/libiberty/makefile.vms index 606adac0964..15a7d0a206b 100644 --- a/libiberty/makefile.vms +++ b/libiberty/makefile.vms @@ -13,7 +13,8 @@ OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\ concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\ xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\ objalloc.obj,safe-ctype.obj,hashtab.obj,lbasename.obj,argv.obj,\ - lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj + lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj,\ + dwarfnames.obj ifeq ($(CC),gcc) CFLAGS=/include=([],[-.include]) |