2009-06-19 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / opcodes / makefile.vms
index 6cd8ec2c47ce534883cd85ab8fa2e3f02b44c379..41599d9fd8484c768d3557532086c52a1b8eb5af 100644 (file)
@@ -21,8 +21,9 @@ DEFS=/define=($(FORMAT))
 CFLAGS=/include=([],[-.include],[-.bfd])$(DEFS)
 else
 DEFS=/define=($(FORMAT))
-CFLAGS=/noopt/debug/include=([],[-.include],[-.bfd])$(DEFS)\
-/name=(as_is,shortened)/warnings=disable=(missingreturn,longextern)
+OPT=/noopt/debug
+CFLAGS=$(OPT)/include=([],[-.include],[-.bfd])$(DEFS)\
+ /name=(as_is,shortened)
 endif
 
 libopcodes.olb: sysdep.h $(OBJS)
This page took 0.026326 seconds and 4 git commands to generate.