diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-06-08 12:40:28 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-06-08 12:40:28 +0000 |
commit | 516ec24de23a4db3faf15c27be098cfb5abaa2e2 (patch) | |
tree | a89e15944135627d4f511d8a1b9c87330d7b0db1 /binutils/makefile.vms | |
parent | e79064fe7128e7b1b405a1f9978da8c488ed091f (diff) | |
download | gdb-516ec24de23a4db3faf15c27be098cfb5abaa2e2.zip gdb-516ec24de23a4db3faf15c27be098cfb5abaa2e2.tar.gz gdb-516ec24de23a4db3faf15c27be098cfb5abaa2e2.tar.bz2 |
2011-06-08 Tristan Gingold <gingold@adacore.com>
* makefile.vms (DEFS): Define OBJDUMP_PRIVATE_VECTORS.
Diffstat (limited to 'binutils/makefile.vms')
-rw-r--r-- | binutils/makefile.vms | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/binutils/makefile.vms b/binutils/makefile.vms index 27bcd0e..4dfac68 100644 --- a/binutils/makefile.vms +++ b/binutils/makefile.vms @@ -1,24 +1,18 @@ # -# Makefile for binutils under openVMS (Alpha and Vax) +# Makefile for binutils under openVMS (Alpha and Itanium) # # For use with gnu-make for vms # -# Created by Klaus K"ampf, kkaempf@rmi.de +# Created by Klaus Kaempf, kkaempf@rmi.de # # -ifeq ($(CC),gcc) -DEFS= -CFLAGS=/include=([],[-.include],[-.bfd])$(DEFS) -LIBS=,gnu_cc_library:libgcc/lib,sys$$library:vaxcrtl.olb/lib,gnu_cc_library:crt0.obj -else -DEFS= +DEFS=/define=("OBJDUMP_PRIVATE_VECTORS=") OPT=/noopt/debug CFLAGS=$(OPT)/include=([],"../include",[-.bfd])$(DEFS)\ /name=(as_is,shortened)\ /prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))\ /warns=(info=(ptrmismatch,shiftcount)) -endif LIBBFD = [-.bfd]libbfd.olb/lib LIBBFD_DEP = [-.bfd]libbfd.olb |