diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-09-01 13:16:53 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-09-01 13:16:53 +0000 |
commit | e06ae0d430d9731f3ae19c0a08fc4d8549202eb1 (patch) | |
tree | 0de1cff261cb2ea26d7708b161c097ebee8af4cd /libiberty/makefile.vms | |
parent | 11d73275f00b0546fd903e3c336806d61df198f5 (diff) | |
download | gdb-e06ae0d430d9731f3ae19c0a08fc4d8549202eb1.zip gdb-e06ae0d430d9731f3ae19c0a08fc4d8549202eb1.tar.gz gdb-e06ae0d430d9731f3ae19c0a08fc4d8549202eb1.tar.bz2 |
2009-09-01 Tristan Gingold <gingold@adacore.com>
* makefile.vms: Ported to Itanium VMS. Remove useless targets and
dependencies. Remove unused FORMAT variable.
* configure.com: New file to create build.com DCL script for
Itanium VMS or Alpha VMS.
Diffstat (limited to 'libiberty/makefile.vms')
-rw-r--r-- | libiberty/makefile.vms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/makefile.vms b/libiberty/makefile.vms index 2f45f69..e273cf0 100644 --- a/libiberty/makefile.vms +++ b/libiberty/makefile.vms @@ -1,5 +1,5 @@ # -# Makefile for libiberty under openVMS/Alpha +# Makefile for libiberty under openVMS # # For use with gnu-make for vms # @@ -13,7 +13,7 @@ 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,unlink-if-ordinary.obj + lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj ifeq ($(CC),gcc) CFLAGS=/include=([],[-.include]) |