1*6134e783Sdarrenm# 2*6134e783Sdarrenm# CDDL HEADER START 3*6134e783Sdarrenm# 4*6134e783Sdarrenm# The contents of this file are subject to the terms of the 5*6134e783Sdarrenm# Common Development and Distribution License, Version 1.0 only 6*6134e783Sdarrenm# (the "License"). You may not use this file except in compliance 7*6134e783Sdarrenm# with the License. 8*6134e783Sdarrenm# 9*6134e783Sdarrenm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*6134e783Sdarrenm# or http://www.opensolaris.org/os/licensing. 11*6134e783Sdarrenm# See the License for the specific language governing permissions 12*6134e783Sdarrenm# and limitations under the License. 13*6134e783Sdarrenm# 14*6134e783Sdarrenm# When distributing Covered Code, include this CDDL HEADER in each 15*6134e783Sdarrenm# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*6134e783Sdarrenm# If applicable, add the following below this CDDL HEADER, with the 17*6134e783Sdarrenm# fields enclosed by brackets "[]" replaced with your own identifying 18*6134e783Sdarrenm# information: Portions Copyright [yyyy] [name of copyright owner] 19*6134e783Sdarrenm# 20*6134e783Sdarrenm# CDDL HEADER END 21*6134e783Sdarrenm# 22*6134e783Sdarrenm# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 23*6134e783Sdarrenm# Use is subject to license terms. 24*6134e783Sdarrenm# 25*6134e783Sdarrenm# ident "%Z%%M% %I% %E% SMI" 26*6134e783Sdarrenm 27*6134e783Sdarrenm# Override the insertion of SSE2/MMX tags into .SUNWcap since we do a 28*6134e783Sdarrenm# runtime check for this and don't need the loaders help. 29*6134e783Sdarrenm# Note that this overrides all HWCAP tags not just SSE2/MMX. 30*6134e783Sdarrenmhwcap_1 = V0x0 OVERRIDE; 31