mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-23 11:43:26 +00:00
Added ARMv8 64bit (aarch64) as agent id 26 + binary libraries.
This commit is contained in:
16
openssl/libstatic/linux/openssl-arm64
Normal file
16
openssl/libstatic/linux/openssl-arm64
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# Copy and run this in the OpenSSL directory for ARM compatible OpenSSL stack
|
||||
#
|
||||
#export PATH=/home/default/Public/ToolChains/LinuxArm/bin/:$PATH
|
||||
#export CC=/home/default/Public/ToolChains/LinuxArm/bin/arm-none-linux-gnueabi-gcc
|
||||
|
||||
cd ../openssl
|
||||
make clean
|
||||
./Configure linux-generic64 no-weak-ssl-ciphers no-srp no-psk no-comp no-zlib no-zlib-dynamic no-threads no-hw no-err no-dso no-shared -no-asm no-rc5 no-idea no-md4 no-rmd160 no-ssl no-ssl3 no-seed no-camellia no-dso no-bf no-cast no-md2 no-mdc2
|
||||
make depend
|
||||
sed 's/ -O3 / -Os /g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
make -j 4
|
||||
cp *.a ../linux/arm64
|
||||
cd ..
|
||||
Reference in New Issue
Block a user