2009-05-25 Tristan Gingold <gingold@adacore.com>
* makefile.vms (OPT): New variable. (CFLAGS): Update compilation flags.
This commit is contained in:
parent
d5acff2fd3
commit
4f8318f890
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue