OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [binutils/] [makefile.vms] - Diff between revs 15 and 148

Show entire file | Details | Blame | View Log

Rev 15 Rev 148
Line 1... Line 1...
#
#
# Makefile for binutils under openVMS (Alpha and Vax)
# Makefile for binutils under openVMS (Alpha and Itanium)
#
#
# For use with gnu-make for vms
# 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=/define=("OBJDUMP_PRIVATE_VECTORS=")
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
OPT=/noopt/debug
CFLAGS=$(OPT)/include=([],"../include",[-.bfd])$(DEFS)\
CFLAGS=$(OPT)/include=([],"../include",[-.bfd])$(DEFS)\
 /name=(as_is,shortened)\
 /name=(as_is,shortened)\
 /prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))\
 /prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))\
 /warns=(info=(ptrmismatch,shiftcount))
 /warns=(info=(ptrmismatch,shiftcount))
endif
 
 
 
LIBBFD = [-.bfd]libbfd.olb/lib
LIBBFD = [-.bfd]libbfd.olb/lib
LIBBFD_DEP = [-.bfd]libbfd.olb
LIBBFD_DEP = [-.bfd]libbfd.olb
LIBIBERTY_DEP = [-.libiberty]libiberty.olb
LIBIBERTY_DEP = [-.libiberty]libiberty.olb
LIBIBERTY = [-.libiberty]libiberty.olb/lib
LIBIBERTY = [-.libiberty]libiberty.olb/lib

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.