Makefile revision 2cc2d1f4f589594bcce70d994c32445e1cc04b32
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# CDDL HEADER START
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# The contents of this file are subject to the terms of the
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# Common Development and Distribution License (the "License").
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# You may not use this file except in compliance with the License.
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# See the License for the specific language governing permissions
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# and limitations under the License.
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# When distributing Covered Code, include this CDDL HEADER in each
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# If applicable, add the following below this CDDL HEADER, with the
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# fields enclosed by brackets "[]" replaced with your own identifying
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# information: Portions Copyright [yyyy] [name of copyright owner]
91849a39b94abfecb7e854930ad280a68699d08cChristian Maeder# CDDL HEADER END
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
105ef29861e750a27d2f3436e369491977af31f9Klaus Luettich# Use is subject to license terms.
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# ident "%Z%%M% %I% %E% SMI"
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# Special postprocessing for 32-bit fpcw.o: strip the SSE HWCAP attribute
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# from the object file; the internal functions with SSE instructions are
e3c3e8934edda5b2a7c0d11e44fcfb38094dc80bKlaus Luettich# called conditionally on systems which have SSE instruction support