diff options
| author | darrenm <none@none> | 2005-10-06 06:14:47 -0700 |
|---|---|---|
| committer | darrenm <none@none> | 2005-10-06 06:14:47 -0700 |
| commit | 6134e783013f60fac8ee4a7babb8e63a637d52d8 (patch) | |
| tree | 447334265b29914eaa68aa18b6c65d8a69cc130c /usr/src/common/bignum | |
| parent | 1c326e9416070828d0deab52d9d27f7fd27aef7a (diff) | |
| download | illumos-joyent-6134e783013f60fac8ee4a7babb8e63a637d52d8.tar.gz | |
6330877 snv_24 /usr/ccs/bin/as causes pkcs11_softtoken to explode on launch.
Diffstat (limited to 'usr/src/common/bignum')
| -rw-r--r-- | usr/src/common/bignum/i386/cap_mapfile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/usr/src/common/bignum/i386/cap_mapfile b/usr/src/common/bignum/i386/cap_mapfile new file mode 100644 index 0000000000..51afaa50eb --- /dev/null +++ b/usr/src/common/bignum/i386/cap_mapfile @@ -0,0 +1,30 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# +# ident "%Z%%M% %I% %E% SMI" + +# Override the insertion of SSE2/MMX tags into .SUNWcap since we do a +# runtime check for this and don't need the loaders help. +# Note that this overrides all HWCAP tags not just SSE2/MMX. +hwcap_1 = V0x0 OVERRIDE; |
