xcode - 使用 Apple LLVM 编译器 3.0 为 PowerPC CPU 进行编译
我正在开发别人的应用程序,到目前为止他已经在 XCode 4 中构建了它。XCode 4 已经取消了对 PowerPC 架构的支持,但我们仍然希望为我们的一些用户支持 PowerPC。
我已经关注 这个关于 SO 的教程,告诉我如何恢复 ppc 对 XCode 4 的兼容性,但是,这是针对 GCC (4.2) 编译器的,它会抛出很多问题编译代码时出现警告和一些错误。该代码围绕 Apple 的 LLVM 3.0 进行了优化。
我的问题:
- 是否可以使用 Apple LLVM 用于 Power PC 部署的编译器 3.0?
- 人们会如何去做这件事呢?
- 我需要什么设置变量 设置以获得 PPC 兼容性 编译时?
谢谢你!
I'm working on someone else's application and so far he has built it in XCode 4. XCode 4 has eliminated support for PowerPC architectures, but we would still like to support PowerPCs for some of our users.
I have followed this tutorial on SO, informing me how to restore ppc compatibility to XCode 4, however, this is for the GCC (4.2) compiler which throws a lot of warnings and some errors when compiling the code. The code is optimized around Apple's LLVM 3.0.
My questions:
- Is it possible to use Apple LLVM
compiler 3.0 for Power PC deployment? - How would one go about doing this?
- What settings variables do I need to
set in order to get PPC compatibility
when compiling?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
几乎不,这是不可能的。 Apple LLVM 3.0 尚未经过测试或验证是否可以与 PowerPC 配合使用。
Pretty much no, it's not possible. Apple LLVM 3.0 hasn't been tested or verified to work at all with PowerPC.