comparison libiberty/makefile.vms @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents 77e2b8dfacca
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
7 # 7 #
8 # 8 #
9 9
10 OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\ 10 OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
11 getopt1.obj,cplus-dem.obj,cp-demangle.obj,cp-demint.obj,\ 11 getopt1.obj,cplus-dem.obj,cp-demangle.obj,cp-demint.obj,\
12 asprintf.obj vasprintf.obj,mkstemps.obj,\ 12 asprintf.obj vasprintf.obj,mkstemps.obj,filename_cmp.obj,\
13 concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\ 13 concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\
14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\ 14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
15 objalloc.obj,safe-ctype.obj,hashtab.obj,lbasename.obj,argv.obj,\ 15 objalloc.obj,safe-ctype.obj,hashtab.obj,lbasename.obj,argv.obj,\
16 lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj 16 lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj,\
17 dwarfnames.obj
17 18
18 ifeq ($(CC),gcc) 19 ifeq ($(CC),gcc)
19 CFLAGS=/include=([],[-.include]) 20 CFLAGS=/include=([],[-.include])
20 else 21 else
21 # assume dec c 22 # assume dec c