我正在尝试在Windows基础上为此基础上的android构建openssl-1.0.2l
:http://doc.qt.io/qt-5/opensslsupport.html
我有最新的mingw / msys,我的gcc版本是:
$gcc --version
gcc.exe (MinGW.org GCC-6.3.0-1) 6.3.0
问题是当我尝试以下命令时
make CALC_VERSIONS="SHLIB_COMPAT=; SHLIB_SOVER=" build_libs
它给了我这个错误:
gcc.exe: error: unrecognized command line option '-mandroid'; did you mean '-mrdrnd'?
make[1]: *** [cryptlib.o] Error 1
为什么gcc不识别这个标志?!