openssl 交叉编译

下载:openssl-0.9.8k

./Configure linux-generic32 --prefix=/opt/qt-everywhere/marvell/APP/middlewares/openssl

修改 Makefile CC=arm-none-linux-gnueabi-gcc

make

make install

原文地址:https://www.cnblogs.com/cute/p/2178363.html