You can build your own gcc toolchain and qt userland, probably. The trick will be making sure that anything you don't build yourself, but instead pick up from the system, is old enough to support any target platform. Mostly that just means glibc.
I wonder if Kovid's bypy tool could help here? It already builds qt, python, etc.
|