public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [committed/vms] Update vms makefile for binutils
@ 2011-06-08 12:40 Tristan Gingold
  0 siblings, 0 replies; only message in thread
From: Tristan Gingold @ 2011-06-08 12:40 UTC (permalink / raw)
  To: binutils Development

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-08 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-08 12:40 [committed/vms] Update vms makefile for binutils Tristan Gingold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).