Building XNU for ARM

I've noticed that the new xnu sources posted (https://github.com/apple/darwin-xnu ) shoud build for arm. After modifying the make file to add it as a supported architecture and configuration, I am able to get the dependent headers and libraries but haven't been able to actually build the kernel. Has anyone actually been able to cross compile on OSX? Did you use the iphoneos SDK?