交叉编译工具链设置环境变量脚本

#!/bin/bash print_help() { cat <<EOF Usage: command command: export cross_compiler unset example: source ./toolchain.sh export arm-linux-androideabi source ./toolchain.sh unset EOF } main() { if
相关文章
相关标签/搜索