diff options
Diffstat (limited to 'binutils/makefile.vms-in')
-rw-r--r-- | binutils/makefile.vms-in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/binutils/makefile.vms-in b/binutils/makefile.vms-in index a809d1b..1b593f4 100644 --- a/binutils/makefile.vms-in +++ b/binutils/makefile.vms-in @@ -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 |