diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-05-25 12:43:48 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-05-25 12:43:48 +0000 |
commit | 4f8318f89001b8570f862f589d34a37ed2da87c2 (patch) | |
tree | 2d16937587d6677982dfaea0c8a0513bcb2c8e27 /opcodes/makefile.vms | |
parent | d5acff2fd329026656a1bb192bfb5786a835f829 (diff) | |
download | binutils-4f8318f89001b8570f862f589d34a37ed2da87c2.zip binutils-4f8318f89001b8570f862f589d34a37ed2da87c2.tar.gz binutils-4f8318f89001b8570f862f589d34a37ed2da87c2.tar.bz2 |
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.vms | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/opcodes/makefile.vms b/opcodes/makefile.vms index 6cd8ec2..41599d9 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) |