4748 use an enum for tod_faulted global
[illumos-gate.git] / usr / src / Makefile.master.64
blob09169831a16b95f14607443e262959f4f12b6d38
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.
25 # rebind basic build macros to 64-bit versions
27 CFLAGS=         $(CFLAGS64)
28 CCFLAGS=        $(CCFLAGS64)
29 COPTFLAG=       $(COPTFLAG64)
30 CCOPTFLAG=      $(CCOPTFLAG64)
31 COMPILE.c=      $(COMPILE64.c)
32 COMPILE.cc=     $(COMPILE64.cc)
33 COMPILE.s=      $(COMPILE64.s)
34 COMPILE.d=      $(COMPILE64.d)
35 COMPILE.b=      $(COMPILE64.b)
36 LINK.c=         $(LINK64.c)
37 LINK.cc=        $(LINK64.cc)
38 LINT.c=         $(LINT64.c)
40 CTF_FLAGS=      $(CTF_FLAGS_64)
42 OFFSETS_CREATE= $(OFFSETS_CREATE64)
45 # Some library path hackery, to allow building of partial workspaces
46 # and properly set the 64-bit library paths with 'ws'
48 LDLIBS1=        $(ENVLDLIBS1:%=%/$(MACH64))
49 LDLIBS2=        $(ENVLDLIBS2:%=%/$(MACH64))
50 LDLIBS3=        $(ENVLDLIBS3:%=%/$(MACH64))
51 LDLIBS64 =      $(LDLIBS1) $(LDLIBS2) $(LDLIBS3)
52 LDLIBS64 +=     $(ADJUNCT_PROTO:%=-L%/usr/lib/$(MACH64) -L%/lib/$(MACH64))
54 # Moved these up to the top level here, so they can be overridden
56 LDLIBS.cmd =    $(LDLIBS64)
57 LDLIBS.lib =    $(LDLIBS64)
60 # Override Makefile.master's settings of SFWLIBDIR and GCCLIBDIR
62 SFWLIBDIR=      $(SFWLIBDIR64)
63 GCCLIBDIR=      $(GCCLIBDIR64)
66 # Override Makefile.master's settings of CC, CCC, AS and LINT
68 CC=             $($(MACH64)_CC)
69 CCC=            $($(MACH64)_CCC)
70 CPP=            $($(MACH64)_CPP)
71 AS=             $($(MACH64)_AS)
72 LD=             $($(MACH64)_LD)
73 LINT=           $($(MACH64)_LINT)
75 REAL_CC=        $(CW_CC_CMD:sh)
76 REAL_CCC=       $(CW_CCC_CMD:sh)
78 BUILD.SO=       $(CC) $(CFLAGS) -o $@ $(GSHARED) $(DYNFLAGS) \
79                 $(PICS) $(EXTPICS) -L $(ROOTLIBDIR64) $(LDLIBS)
82 # ld(1) requires the -64 option to create a 64-bit filter solely from a mapfile
84 MAPFILECLASS=   -64
86 CCNEEDED =              -lCrun
87 $(__GNUC64)CCNEEDED =   -L$(GCCLIBDIR) -lstdc++
88 $(__GNUC64)CCNEEDED +=  -lgcc_s
90 BUILDCCC.SO=    $(CCC) $(CCFLAGS) -o $@ $(GSHARED) $(DYNFLAGS) \
91                 $(PICS) $(EXTPICS) $(LDLIBS) $(CCNEEDED)
92 MAPFILE.NGB =   $(MAPFILE.NGB_$(MACH64))