diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-14 02:36:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-14 02:36:21 +0000 |
commit | c05a9b3368deb7c561d351761e0239775929ca40 (patch) | |
tree | cfed462e763732e622cdbd12c01c92131ba38959 /binutils/makefile.vms | |
parent | e36491f4a5bba670678077af884b6fe7669456bc (diff) | |
download | gdb-c05a9b3368deb7c561d351761e0239775929ca40.zip gdb-c05a9b3368deb7c561d351761e0239775929ca40.tar.gz gdb-c05a9b3368deb7c561d351761e0239775929ca40.tar.bz2 |
Thu Feb 13 21:34:43 1997 Klaus Kaempf (kkaempf@progis.de)
* config.h-vms: sbrk() is provided on openVMS/Alpha.
* makefile.vms: allow compiling with current gcc snapshot.
Diffstat (limited to 'binutils/makefile.vms')
-rw-r--r-- | binutils/makefile.vms | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/binutils/makefile.vms b/binutils/makefile.vms index 557e3af..cf869a6 100644 --- a/binutils/makefile.vms +++ b/binutils/makefile.vms @@ -1,18 +1,16 @@ # -# Makefile for binutils under openVMS/AXP +# Makefile for binutils under openVMS/Alpha # # For use with gnu-make for vms # -# Created by Klaus Kämpf, kkaempf@progis.de +# Created by Klaus K"ampf, kkaempf@progis.de # # -CC=gcc - ifeq ($(CC),gcc) -CFLAGS=/include=([],[-.include],[-.bfd])$(DEFS) -DEFS=/define=("unlink=remove") -LIBS=,GNU_CC:[000000]LIBGCC2/lib,GNU_CC:[000000]LIBGCCLIB/lib,sys$$library:vaxcrtl.olb/lib,GNU_CC:[000000]crt0.obj +CFLAGS=/cc1="-fno-exceptions -g0"/include=([],[-.include],[-.bfd])$(DEFS) +DEFS= +LIBS=,GNU:[000000]LIBGCC2/lib,GNU:[000000]LIBGCCLIB/lib,sys$$library:vaxcrtl.olb/lib,GNU:[000000]crt0.obj else CFLAGS=/noopt/debug/include=([],[-.include],[-.bfd])$(DEFS)/warnings=disable=(missingreturn,implicitfunc) DEFS=/define=("const=","unlink=remove",\ @@ -61,7 +59,7 @@ objdump.exe: $(OBJDUMPOBJS) version.obj: version.c - $(CC) $(CFLAGS)/define=(VERSION="""960814""") $< + $(CC) $(CFLAGS)/define=(VERSION="""970202""") $< config.h: config.h-vms $(CP) $< $@ |