Im trying to define different ld and c flags for different arch.
im using this..
OTHER_CFLAGS[sdk=iphoneos*][arch=arm6] = blabla
and whatever is set here doesnt make it into the build.. even setting as arm7 doesnt make a difference.
Tested on both arm6 and arm7 devices.
BTW im using .xcconfigs for my project.