2009-05-25 Tristan Gingold <gingold@adacore.com>

* makefile.vms (OPT): New variable.
	(CFLAGS): Update compilation flags.
This commit is contained in:
Tristan Gingold 2009-05-25 12:43:48 +00:00
parent d5acff2fd3
commit 4f8318f890
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-05-25 Tristan Gingold <gingold@adacore.com>
* makefile.vms (OPT): New variable.
(CFLAGS): Update compilation flags.
2009-05-22 DJ Delorie <dj@redhat.com>
* mep-asm.c: Regenerate.

View 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)