Feature request: add support for the PowerPC G5. When I try to compile Mac-on-Linux, this is the error message I receive: can't find file config/Kconfig-ppc64
That is because mol is not expecting a 'ppc64' arch name.
You can modify scripts/archname, and put line 'ARCH=ppc' after line 'esac' to forcely override this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That is because mol is not expecting a 'ppc64' arch name.
You can modify scripts/archname, and put line 'ARCH=ppc' after line 'esac' to forcely override this.