Skip to content
Snippets Groups Projects
Commit 4f8318f8 authored by Tristan Gingold's avatar Tristan Gingold
Browse files

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

	* makefile.vms (OPT): New variable.
	(CFLAGS): Update compilation flags.
parent d5acff2f
No related branches found
No related tags found
No related merge requests found
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> 2009-05-22 DJ Delorie <dj@redhat.com>
* mep-asm.c: Regenerate. * mep-asm.c: Regenerate.
......
...@@ -21,8 +21,9 @@ DEFS=/define=($(FORMAT)) ...@@ -21,8 +21,9 @@ DEFS=/define=($(FORMAT))
CFLAGS=/include=([],[-.include],[-.bfd])$(DEFS) CFLAGS=/include=([],[-.include],[-.bfd])$(DEFS)
else else
DEFS=/define=($(FORMAT)) DEFS=/define=($(FORMAT))
CFLAGS=/noopt/debug/include=([],[-.include],[-.bfd])$(DEFS)\ OPT=/noopt/debug
/name=(as_is,shortened)/warnings=disable=(missingreturn,longextern) CFLAGS=$(OPT)/include=([],[-.include],[-.bfd])$(DEFS)\
/name=(as_is,shortened)
endif endif
libopcodes.olb: sysdep.h $(OBJS) libopcodes.olb: sysdep.h $(OBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment