1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. 23# Copyright 2014 Garrett D'Amore <garrett@damore.org> 24# Copyright 2016 RackTop Systems. 25# 26 27# rebind basic build macros to 64-bit versions 28 29CFLAGS= $(CFLAGS64) 30CCFLAGS= $(CCFLAGS64) 31COPTFLAG= $(COPTFLAG64) 32CCOPTFLAG= $(CCOPTFLAG64) 33COMPILE.c= $(COMPILE64.c) 34COMPILE.cc= $(COMPILE64.cc) 35COMPILE.s= $(COMPILE64.s) 36COMPILE.d= $(COMPILE64.d) 37COMPILE.b= $(COMPILE64.b) 38LINK.c= $(LINK64.c) 39LINK.cc= $(LINK64.cc) 40LINT.c= $(LINT64.c) 41 42CTF_FLAGS= $(CTF_FLAGS_64) 43 44OFFSETS_CREATE= $(OFFSETS_CREATE64) 45 46# 47# Moved these up to the top level here, so they can be overridden 48# 49LDLIBS.cmd = $(LDLIBS64) 50LDLIBS.lib = $(LDLIBS64) 51 52# 53# Override Makefile.master's settings of GCCLIBDIR 54# 55GCCLIBDIR= $(GCCLIBDIR64) 56 57# 58# Override Makefile.master's settings of CC, CCC, AS and LINT 59# 60CC= $(CC64) 61CCC= $(CCC64) 62CPP= $(CPP64) 63AS= $(AS64) 64LD= $(LD64) 65LINT= $(LINT64) 66 67REAL_CC= $(CW_CC_CMD:sh) 68REAL_CCC= $(CW_CCC_CMD:sh) 69 70BUILD.SO= $(BUILD64.SO) 71BUILDCCC.SO= $(BUILDCCC64.SO) 72 73# 74# ld(1) requires the -64 option to create a 64-bit filter solely from a mapfile 75# 76MAPFILECLASS= -64 77 78MAPFILE.NGB = $(MAPFILE.NGB_$(MACH64)) 79