Re: [OS-BUILD PATCHv7 0/2] redhat/Makefile.cross: Fix ppc64le cross build targets

2023-08-04 Thread Prarit Bhargava (via Email Bridge)
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@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCHv7 0/2] redhat/Makefile.cross: Fix ppc64le cross build targets

2023-08-04 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2613#note_1500713694

I see, I agree that it's better to remove it to minimize confusion.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue