摘要: #!/bin/bash # 1.生成makefile(注意如果更换过编译工具链,需要重新解压源码在执行这个脚本) CFLAGS1=-muclibc CFLAGS2=-march=mips32r2 setarch linux32 ./config no-asm no-async shared $CFL 阅读全文
posted @ 2025-03-20 11:30 Smah 阅读(64) 评论(0) 推荐(0)