Makefile revision 24da5b34f49324ed742a340010ed5bd3d4e06625
7d5ac94fda90b837211dadf2585c0fe8c5dc3e5djerenkrantz# CDDL HEADER START
ecf8d72af432e53e4c0661fb99dfda8061507bfajerenkrantz# The contents of this file are subject to the terms of the
62f7716b14b71603a8004434ca3536902bfb8899wrowe# Common Development and Distribution License (the "License").
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# You may not use this file except in compliance with the License.
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# See the License for the specific language governing permissions
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# and limitations under the License.
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# When distributing Covered Code, include this CDDL HEADER in each
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# If applicable, add the following below this CDDL HEADER, with the
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# fields enclosed by brackets "[]" replaced with your own identifying
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# CDDL HEADER END
38dc50ae00a1ea57fa41500d74f4e818747e3cefpquerna# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# Use is subject to license terms.
ecf8d72af432e53e4c0661fb99dfda8061507bfajerenkrantz# ident "%Z%%M% %I% %E% SMI"
53e66a2931d02e84628ba946055cc92e56b43db8wrowe# Platform specific Makefile for libc_psr_hwcap1.
9e86ff266f053757dd96dab7cf4bc53aaaaa583ewrowe# Redefine shared object build rule to use $(LD) directly (this avoids .init
ecf8d72af432e53e4c0661fb99dfda8061507bfajerenkrantz# and .fini sections being added).
ecf8d72af432e53e4c0661fb99dfda8061507bfajerenkrantzBUILD.SO= $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(LDLIBS)
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantzINS.libc = $(RM) -r $@; $(INS) -s -f $(@D) $(MODULE)