./configure --prefix=/Users/user/Desktop/sipbuild/libs/ --host=arm-apple-darwin --enable-static=yes CC=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc CFLAGS="-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk"

本文介绍如何使用 configure 脚本为 ARM 架构编译静态库,并指定了具体的编译器路径及目标平台。配置中包含了编译器、目标平台、编译标志等关键信息。
1218

被折叠的 条评论
为什么被折叠?



