Discussing Issue #82: Add packaging options to RTEMS Deployment

# Package
%define arch noarch

I have been looking into the existing packaging system and found this a bit odd. Why are we setting the package architecture to all in rpm.spec.in?
Shouldn’t it be amd64 or arm depending on for what architecture the toolchain was compiled for? Why are we doing this? Or did I miss something?