I have a project for iPhone configured to compile for armv6 and armv7 architectures. And I need to exclude some code from compiling for armv6 architecture because it causes runtime crash on device (bad instruction exception).
Is there a define for armv6/armv7 compilation paths (such as "_DEBUG")?