Is it possible to have an ELF file that contains executable instructions from two ISAs. That is have a single ELF file that can be run on two architectures, say a x86 and a PowerPC.
One example of this that comes to mind was the Apple Universal Binaries that were used a few years ago. Is there any way to achieve something similar in a Linux distro? I have come across FatELF project which aimed at doing this, but it seems to be dead