Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# CDDL HEADER START
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# The contents of this file are subject to the terms of the
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# Common Development and Distribution License, Version 1.0 only
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# (the "License"). You may not use this file except in compliance
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# with the License.
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# See the License for the specific language governing permissions
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# and limitations under the License.
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# When distributing Covered Code, include this CDDL HEADER in each
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# If applicable, add the following below this CDDL HEADER, with the
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# fields enclosed by brackets "[]" replaced with your own identifying
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# information: Portions Copyright [yyyy] [name of copyright owner]
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# CDDL HEADER END
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# Copyright 1998-2003 Sun Microsystems, Inc. All rights reserved.
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# Use is subject to license terms.
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# ident "%Z%%M% %I% %E% SMI"
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# Add arch specific objects here
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# Uncomment the following if the linker complains
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass#sparc_C_PICFLAGS = -K PIC
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# We set ABILLIBC here because libmapmalloc is built before libc
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# and we most avoid ABILLIBC= -lc -z defs from Makefile.spec
3f2ac16886fbbccf85547608b11143a8795d8db4Dav Glass# (-z defs can cause build failures at this point)