This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed/vms] Update vms makefile for binutils


Hi,

this patch updates binutils/makefile.vms after macro recently added.

Committed on trunk.

Tristan.

binutils/
2011-06-08  Tristan Gingold  <gingold@adacore.com>

	* makefile.vms (DEFS): Define OBJDUMP_PRIVATE_VECTORS.


diff -c -r1.4 makefile.vms
*** makefile.vms	31 Mar 2011 14:15:31 -0000	1.4
--- makefile.vms	8 Jun 2011 12:34:13 -0000
***************
*** 1,24 ****
  #
! # Makefile for binutils under openVMS (Alpha and Vax)
  #
  # For use with gnu-make for vms
  #
! # Created by Klaus K"ampf, 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=
  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
--- 1,18 ----
  #
! # Makefile for binutils under openVMS (Alpha and Itanium)
  #
  # For use with gnu-make for vms
  #
! # Created by Klaus Kaempf, kkaempf@rmi.de
  #
  #
  
! 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))
  
  LIBBFD = [-.bfd]libbfd.olb/lib
  LIBBFD_DEP = [-.bfd]libbfd.olb


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]