1628e3cbeSEdward Pilatowicz#
2628e3cbeSEdward Pilatowicz# CDDL HEADER START
3628e3cbeSEdward Pilatowicz#
4628e3cbeSEdward Pilatowicz# The contents of this file are subject to the terms of the
5628e3cbeSEdward Pilatowicz# Common Development and Distribution License (the "License").
6628e3cbeSEdward Pilatowicz# You may not use this file except in compliance with the License.
7628e3cbeSEdward Pilatowicz#
8628e3cbeSEdward Pilatowicz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9628e3cbeSEdward Pilatowicz# or http://www.opensolaris.org/os/licensing.
10628e3cbeSEdward Pilatowicz# See the License for the specific language governing permissions
11628e3cbeSEdward Pilatowicz# and limitations under the License.
12628e3cbeSEdward Pilatowicz#
13628e3cbeSEdward Pilatowicz# When distributing Covered Code, include this CDDL HEADER in each
14628e3cbeSEdward Pilatowicz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15628e3cbeSEdward Pilatowicz# If applicable, add the following below this CDDL HEADER, with the
16628e3cbeSEdward Pilatowicz# fields enclosed by brackets "[]" replaced with your own identifying
17628e3cbeSEdward Pilatowicz# information: Portions Copyright [yyyy] [name of copyright owner]
18628e3cbeSEdward Pilatowicz#
19628e3cbeSEdward Pilatowicz# CDDL HEADER END
20628e3cbeSEdward Pilatowicz#
21628e3cbeSEdward Pilatowicz#
22*80e2ca85S# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23628e3cbeSEdward Pilatowicz#
24628e3cbeSEdward Pilatowicz# lib/brand/sn1/sparc/Makefile
25628e3cbeSEdward Pilatowicz
26*80e2ca85SISAOBJDIR =	$(BRAND_SHARED)/brand/sparc/pics
27628e3cbeSEdward Pilatowicz
28628e3cbeSEdward Pilatowiczinclude ../Makefile.com
29628e3cbeSEdward Pilatowicz
30*80e2ca85SCPPFLAGS +=	-I$(BRAND_SHARED)/brand/sparc
31*80e2ca85S
32628e3cbeSEdward Pilatowicz#
33628e3cbeSEdward Pilatowicz# see ../Makefile.com for why we MUST explicity make ld.so.1 our interpreter
34628e3cbeSEdward Pilatowicz#
35628e3cbeSEdward PilatowiczDYNFLAGS +=		-Wl,-I$(NATIVE_DIR)/usr/lib/ld.so.1
36628e3cbeSEdward PilatowiczASFLAGS +=		-xarch=v8plus ${AS_PICFLAGS}
37628e3cbeSEdward Pilatowicz
38628e3cbeSEdward PilatowiczCLEANFILES +=		$(DYNLIB)
39628e3cbeSEdward PilatowiczCLOBBERFILES +=		$(ROOTLIBS)
40628e3cbeSEdward Pilatowicz
41628e3cbeSEdward Pilatowiczinstall: all $(ROOTLIBS)
42