为Android编译bash

export CC=armv7a-linux-androideabi28-clang
export LDFLAGS=--static
./configure --host=armv7a-unknown-linux-android28 --without-bash-malloc
make

猜你喜欢

转载自www.cnblogs.com/JebediahKerman/p/12507011.html