* gdb.server/ext-run.exp: Relax regexp for init program.
[deliverable/binutils-gdb.git] / binutils / makefile.vms-in
index a809d1b13cd49bbf19010bce69abc65c975b0247..1b593f40608146abd641caccb433b7033e39f788 100644 (file)
@@ -22,7 +22,9 @@ DEFS=/define=("TARGET=$(TARGET)")
 LIBS=,gnu_cc_library:libgcc/lib,sys$$library:vaxcrtl.olb/lib,gnu_cc_library:crt0.obj
 else
 CFLAGS=/noopt/debug/include=([],[-.include],[-.bfd])$(DEFS)\
-/warnings=disable=(missingreturn,implicitfunc,longextern)
+/name=(as_is,shortened)\
+/warnings=disable=(missingreturn,longextern)\
+/prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))
 DEFS=/define=("TARGET=$(TARGET)","const=","unlink=remove")
 LIBS=,sys$$library:vaxcrtl.olb/lib
 endif
@@ -34,7 +36,7 @@ LIBIBERTY = [-.libiberty]libiberty.olb/lib
 OPCODES_DEP = [-.opcodes]libopcodes.olb
 OPCODES = [-.opcodes]libopcodes.olb/lib
 
-DEBUG_OBJS = rddbg.obj,debug.obj,stabs.obj,ieee.obj,rdcoff.obj
+DEBUG_OBJS = rddbg.obj,debug.obj,stabs.obj,ieee.obj,rdcoff.obj,dwarf.obj
 
 WRITE_DEBUG_OBJS = $(DEBUG_OBJS),wrstabs.obj
 
This page took 0.025112 seconds and 4 git commands to generate.