From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2613#note_1500706706 Hey @jstancek, I dug into this, and I think ppc64le is correct here. ARCH is not inherited from the top-level Makefile, but rather, is set on the command line for the targets in Makefile.cross. For example, a user may wish to only download the cross toolchain for ppc64le and execute the ppc64le build. They would do make ARCH=ppc64le dist-cross-ppc64le-build Now, I admit, when I wrote this many years ago there was some thinking that users would actually execute the above. But the reality is that no one uses the ARCH parameter so it's really dead code. I'm just going to remove it in an additional commit. _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue