Hey Andy,
Thanks for sharing these steps.
- rpmbuild -ba --define "binutils_target armv5tel-redhat-linux-gnueabi"
rpmbuild/SPECS/gcc.spec
- rpmbuild -ba --define="cross_target armv5tel-redhat-linux-gnueabi"
rpmbuild/SPECS/gcc.spec
Providing cross_target and binutils_target seems to be a neat solution. However can it be applied to all SRPMs in Fedora universe?
If we can do that, then building packages for ARM would be faster I guess. ( I am not aware of various issues with buidling RPMs using cross compilers. )
/tuxdna