First Commit

This commit is contained in:
2025-02-06 22:24:29 +08:00
parent ed7df4c81e
commit 7539e6a53c
18116 changed files with 6181499 additions and 0 deletions

15
externals/cryptopp/cryptopp.mapfile vendored Normal file
View File

@ -0,0 +1,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 = ;
};