File: cryptopp.mapfile

package info (click to toggle)
libcrypto%2B%2B 8.9.0-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,960 kB
  • sloc: cpp: 110,116; asm: 10,493; sh: 8,937; makefile: 55
file content (15 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Solaris mapfile to override hardware caps to avoid load-time kills. Thanks to Andrew Henle
# for the mapfile version 1 syntax. Also see https://stackoverflow.com/q/53210019/608639 and
# https://www.oracle.com/technetwork/server-storage/solaris/hwcap-modification-139536.html

# Use this if you need $mapfile_version 1. Unfortunately, it does
# not work. The linker does not remove hwcap_2 capabilities.
# hwcap_1 = SSE SSE2 OVERRIDE;
# hwcap_2	= V0x0;

# This will clear all caps, but it does not work on Solaris 9
$mapfile_version 2
CAPABILITY {
	HW_1 = ;
	HW_2 = ;
};