mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-23 11:04:32 +00:00
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>
|
2009-05-22 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
* mep-asm.c: Regenerate.
|
* mep-asm.c: Regenerate.
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user