Makefile revision 24da5b34f49324ed742a340010ed5bd3d4e06625
b51bf223f42d43ca6b1b33c95124edcfa5a871a4nd# CDDL HEADER START
eed2a23d9b5986937f1e2b1c120be97744508a72nd# The contents of this file are subject to the terms of the
eed2a23d9b5986937f1e2b1c120be97744508a72nd# Common Development and Distribution License (the "License").
031b91a62d25106ae69d4693475c79618dd5e884fielding# You may not use this file except in compliance with the License.
031b91a62d25106ae69d4693475c79618dd5e884fielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
031b91a62d25106ae69d4693475c79618dd5e884fielding# See the License for the specific language governing permissions
031b91a62d25106ae69d4693475c79618dd5e884fielding# and limitations under the License.
eed2a23d9b5986937f1e2b1c120be97744508a72nd# When distributing Covered Code, include this CDDL HEADER in each
eed2a23d9b5986937f1e2b1c120be97744508a72nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
eed2a23d9b5986937f1e2b1c120be97744508a72nd# If applicable, add the following below this CDDL HEADER, with the
eed2a23d9b5986937f1e2b1c120be97744508a72nd# fields enclosed by brackets "[]" replaced with your own identifying
eed2a23d9b5986937f1e2b1c120be97744508a72nd# information: Portions Copyright [yyyy] [name of copyright owner]
eed2a23d9b5986937f1e2b1c120be97744508a72nd# CDDL HEADER END
eed2a23d9b5986937f1e2b1c120be97744508a72nd# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
eed2a23d9b5986937f1e2b1c120be97744508a72nd# Use is subject to license terms.
eed2a23d9b5986937f1e2b1c120be97744508a72nd# ident "%Z%%M% %I% %E% SMI"
54c42060da90b1e584f6af6a349f964d44c6c740nd# Platform specific Makefile for libc_psr.
61d237f7e3a54089a7514227d663fac296d7d8f0bnicholes# Redefine shared object build rule to use $(LD) directly (this avoids .init
61d237f7e3a54089a7514227d663fac296d7d8f0bnicholes# and .fini sections being added).
61d237f7e3a54089a7514227d663fac296d7d8f0bnicholesBUILD.SO= $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(LDLIBS)