2013-07-09 Tristan Gingold <gingold@adacore.com>
* makefile.vms (OBJS): Add dwarfnames.obj
This commit is contained in:
parent
c10947349e
commit
bc771b3b8d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-07-09 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
|
* makefile.vms (OBJS): Add dwarfnames.obj
|
||||||
|
|
||||||
2013-05-31 Matt Burgess <matthew@linuxfromscratch.org>
|
2013-05-31 Matt Burgess <matthew@linuxfromscratch.org>
|
||||||
|
|
||||||
PR other/56780
|
PR other/56780
|
||||||
|
|
|
@ -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,\
|
concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\
|
||||||
xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
|
xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
|
||||||
objalloc.obj,safe-ctype.obj,hashtab.obj,lbasename.obj,argv.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)
|
ifeq ($(CC),gcc)
|
||||||
CFLAGS=/include=([],[-.include])
|
CFLAGS=/include=([],[-.include])
|
||||||
|
|
Loading…
Reference in a new issue