if NOT arm-linux-gcc
export CC=arm-uclibc-linux-gccc
echo "ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}" > arm-linux.cache
echo "ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}" >> arm-linux.cache
echo "ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}" >> arm-linux.cache
./configure --host=arm-linux --enable-user=root --enable-group=root --cache-file=arm-linux.cache
else
echo "ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}" > arm-linux.cache
echo "ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}" >> arm-linux.cache
echo "ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}" >> arm-linux.cache
./configure --host=arm-linux --enable-user=root --enable-group=root --cache-file=arm-linux.cache
生成可执行文件在目录中 .libs目录下
阅读(1152) | 评论(0) | 转发(0) |