summaryrefslogtreecommitdiff
path: root/opcodes/makefile.vms
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-05-25 12:43:48 +0000
committerTristan Gingold <gingold@adacore.com>2009-05-25 12:43:48 +0000
commit4f8318f89001b8570f862f589d34a37ed2da87c2 (patch)
tree2d16937587d6677982dfaea0c8a0513bcb2c8e27 /opcodes/makefile.vms
parentd5acff2fd329026656a1bb192bfb5786a835f829 (diff)
downloadbinutils-gdb-4f8318f89001b8570f862f589d34a37ed2da87c2.tar.gz
2009-05-25 Tristan Gingold <gingold@adacore.com>
* makefile.vms (OPT): New variable. (CFLAGS): Update compilation flags.
Diffstat (limited to 'opcodes/makefile.vms')
-rw-r--r--opcodes/makefile.vms5
1 files changed, 3 insertions, 2 deletions
diff --git a/opcodes/makefile.vms b/opcodes/makefile.vms
index 6cd8ec2c47c..41599d9fd84 100644
--- a/opcodes/makefile.vms
+++ b/opcodes/makefile.vms
@@ -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)