nelhage / reptyr

Reparent a running program to a new terminal
MIT License
5.77k stars 216 forks source link

Implement PowerPC architecture support. #94

Closed HyperEye closed 6 years ago

HyperEye commented 6 years ago

Implemented and tested on Gentoo ppc 32-bit (kernel 4.17.6, gcc 7.3.0). ppc64 not yet tested. Reference issue #89

nelhage commented 6 years ago

Amazing, thank you! I wish I had a CI setup for all these non-Linux-x86_64 platforms, but I'm happy to take this for now. I'm pleased to know PPC wasn't weird in any way that made this complicated.