16626 sockfs: 'save_so_backlog' may be used uninitialized
[illumos-gate.git] / usr / src / Makefile.master.64
blob606c3c5826be825f5485b30e84bdb97d063faca1
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
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.
28 # rebind basic build macros to 64-bit versions
30 ASFLAGS=        $(ASFLAGS64)
31 CFLAGS=         $(CFLAGS64)
32 CCFLAGS=        $(CCFLAGS64)
33 COPTFLAG=       $(COPTFLAG64)
34 CCOPTFLAG=      $(CCOPTFLAG64)
35 COMPILE.c=      $(COMPILE64.c)
36 COMPILE.cc=     $(COMPILE64.cc)
37 COMPILE.s=      $(COMPILE64.s)
38 COMPILE.d=      $(COMPILE64.d)
39 COMPILE.b=      $(COMPILE64.b)
40 LINK.c=         $(LINK64.c)
41 LINK.cc=        $(LINK64.cc)
42 NATIVE_CFLAGS=  $(NATIVE_CFLAGS64)
43 NATIVE_CCFLAGS= $(NATIVE_CCFLAGS64)
45 CTF_FLAGS=      $(CTF_FLAGS_64)
47 OFFSETS_CREATE= $(OFFSETS_CREATE64)
50 # Moved these up to the top level here, so they can be overridden
52 LDLIBS.cmd =    $(LDLIBS64)
53 LDLIBS.lib =    $(LDLIBS64)
56 # Override Makefile.master's settings of GCCLIBDIR
58 GCCLIBDIR=      $(GCCLIBDIR64)
61 # Override Makefile.master's settings
63 CC=             $(CC64)
64 CCC=            $(CCC64)
65 CPP=            $(CPP64)
66 AS=             $(AS64)
67 LD=             $(LD64)
68 NATIVECC=       $(NATIVECC64)
69 NATIVECCC=      $(NATIVECCC64)
70 NATIVECPP=      $(NATIVECPP64)
71 NATIVEAS=       $(NATIVEAS64)
72 NATIVELD=       $(NATIVELD64)
74 BUILD.SO=       $(BUILD64.SO)
75 BUILDCCC.SO=    $(BUILDCCC64.SO)
78 # ld(1) requires the -64 option to create a 64-bit filter solely from a mapfile
80 MAPFILECLASS=   -64
82 MAPFILE.NGB =   $(MAPFILE.NGB_$(MACH64))