export CC=/opt/gcc-4.9.3-64-gnu/bin/mips64el-linux-gcc LD=/opt/gcc-4.9.3-64-gnu/bin/mips64el-linux-ld

 

./configure --shared --prefix=$PWD/__install

 

make -j4
make install

 

5 拷贝库和头文件

cp -a libz.so libz.so.1.2.11 /opt/gcc-4.9.3-64-gnu/mips64el-linux/lib

 

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-27
  • 2021-10-20
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案