xref: /illumos-gate/usr/src/Makefile.master.64 (revision 5d9d9091)
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# Copyright 2021 Joyent, Inc.
26#
27
28# rebind basic build macros to 64-bit versions
29
30ASFLAGS=	$(ASFLAGS64)
31CFLAGS=		$(CFLAGS64)
32CCFLAGS=	$(CCFLAGS64)
33COPTFLAG=	$(COPTFLAG64)
34CCOPTFLAG=	$(CCOPTFLAG64)
35COMPILE.c=	$(COMPILE64.c)
36COMPILE.cc=	$(COMPILE64.cc)
37COMPILE.s=	$(COMPILE64.s)
38COMPILE.d=	$(COMPILE64.d)
39COMPILE.b=	$(COMPILE64.b)
40LINK.c=		$(LINK64.c)
41LINK.cc=	$(LINK64.cc)
42NATIVE_CFLAGS=	$(NATIVE_CFLAGS64)
43NATIVE_CCFLAGS=	$(NATIVE_CCFLAGS64)
44
45CTF_FLAGS=	$(CTF_FLAGS_64)
46
47OFFSETS_CREATE=	$(OFFSETS_CREATE64)
48
49#
50# Moved these up to the top level here, so they can be overridden
51#
52LDLIBS.cmd =	$(LDLIBS64)
53LDLIBS.lib =	$(LDLIBS64)
54
55#
56# Override Makefile.master's settings of GCCLIBDIR
57#
58GCCLIBDIR=	$(GCCLIBDIR64)
59
60#
61# Override Makefile.master's settings
62#
63CC=		$(CC64)
64CCC=		$(CCC64)
65CPP=		$(CPP64)
66AS=		$(AS64)
67LD=		$(LD64)
68NATIVECC=	$(NATIVECC64)
69NATIVECCC=	$(NATIVECCC64)
70NATIVECPP=	$(NATIVECPP64)
71NATIVEAS=	$(NATIVEAS64)
72NATIVELD=	$(NATIVELD64)
73
74BUILD.SO=	$(BUILD64.SO)
75BUILDCCC.SO=	$(BUILDCCC64.SO)
76
77#
78# ld(1) requires the -64 option to create a 64-bit filter solely from a mapfile
79#
80MAPFILECLASS=	-64
81
82MAPFILE.NGB =	$(MAPFILE.NGB_$(MACH64))
83