From: Prarit Bhargava <prarit@xxxxxxxxxx> redhat/Makefile.cross: Fix ppc64le cross build targets I keep forgetting to push this. The cross targets are currently available only for ppc64, not ppc64le. Fix the ppc64le cross build targets. Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> diff --git a/redhat/Makefile.cross b/redhat/Makefile.cross index blahblah..blahblah 100644 --- a/redhat/Makefile.cross +++ b/redhat/Makefile.cross @@ -29,10 +29,10 @@ dist-cross-aarch64-rpms: dist-cross-download dist-sources $(CROSS_RPMFLAGS) --target aarch64 --with cross -ba $(RPM)/SOURCES/$(SPECFILE) $(REDHAT)/scripts/cross-compile/generate-cross-report.sh "aarch64" -dist-cross-ppc64-rpms: dist-cross-download dist-sources +dist-cross-ppc64le64-rpms: dist-cross-download dist-sources $(REDHAT)/scripts/cross_compile/x86_rngd.sh - $(CROSS_RPMFLAGS) --target ppc64 --with cross -ba $(RPM)/SOURCES/$(SPECFILE) - $(REDHAT)/scripts/cross-compile/generate-cross-report.sh "ppc64" + $(CROSS_RPMFLAGS) --target ppc64le64 --with cross -ba $(RPM)/SOURCES/$(SPECFILE) + $(REDHAT)/scripts/cross-compile/generate-cross-report.sh "ppc64le64" dist-cross-s390x-rpms: dist-cross-download dist-sources $(REDHAT)/scripts/cross_compile/x86_rngd.sh @@ -42,20 +42,20 @@ dist-cross-s390x-rpms: dist-cross-download dist-sources dist-cross-all-rpms: dist-cross-download dist-sources $(REDHAT)/scripts/cross_compile/x86_rngd.sh $(CROSS_RPMFLAGS) --target aarch64 --with cross -ba $(RPM)/SOURCES/$(SPECFILE) - $(CROSS_RPMFLAGS) --target ppc64 --with cross -ba $(RPM)/SOURCES/$(SPECFILE) + $(CROSS_RPMFLAGS) --target ppc64le64 --with cross -ba $(RPM)/SOURCES/$(SPECFILE) $(CROSS_RPMFLAGS) --target s390x --with cross -ba $(RPM)/SOURCES/$(SPECFILE) $(CROSS_RPMFLAGS) -ba $(RPM)/SOURCES/$(SPECFILE) - $(REDHAT)/scripts/cross-compile/generate-cross-report.sh "aarch64 ppc64 s390x x86_64" + $(REDHAT)/scripts/cross-compile/generate-cross-report.sh "aarch64 ppc64le64 s390x x86_64" dist-cross-aarch64-build: dist-cross-download dist-sources $(REDHAT)/scripts/cross_compile/x86_rngd.sh $(CROSS_RPMFLAGS) --target aarch64 --with cross --without debuginfo -bc $(RPM)/SOURCES/$(SPECFILE) $(REDHAT)/scripts/cross-compile/generate-cross-report.sh "aarch64" -dist-cross-ppc64-build: dist-cross-download dist-sources +dist-cross-ppc64le64-build: dist-cross-download dist-sources $(REDHAT)/scripts/cross_compile/x86_rngd.sh - $(CROSS_RPMFLAGS) --target ppc64 --with cross --without debuginfo -bc $(RPM)/SOURCES/$(SPECFILE) - $(REDHAT)/scripts/cross-compile/generate-cross-report.sh "ppc64" + $(CROSS_RPMFLAGS) --target ppc64le64 --with cross --without debuginfo -bc $(RPM)/SOURCES/$(SPECFILE) + $(REDHAT)/scripts/cross-compile/generate-cross-report.sh "ppc64le64" dist-cross-s390x-build: dist-cross-download dist-sources $(REDHAT)/scripts/cross_compile/x86_rngd.sh @@ -65,7 +65,7 @@ dist-cross-s390x-build: dist-cross-download dist-sources dist-cross-all-builds: dist-cross-download dist-sources $(REDHAT)/scripts/cross_compile/x86_rngd.sh $(CROSS_RPMFLAGS) --target aarch64 --with cross --without debuginfo -bc $(RPM)/SOURCES/$(SPECFILE) - $(CROSS_RPMFLAGS) --target ppc64 --with cross --without debuginfo -bc $(RPM)/SOURCES/$(SPECFILE) + $(CROSS_RPMFLAGS) --target ppc64le64 --with cross --without debuginfo -bc $(RPM)/SOURCES/$(SPECFILE) $(CROSS_RPMFLAGS) --target s390x --with cross --without debuginfo -bc $(RPM)/SOURCES/$(SPECFILE) $(CROSS_RPMFLAGS) --without debuginfo -bc $(RPM)/SOURCES/$(SPECFILE) - $(REDHAT)/scripts/cross-compile/generate-cross-report.sh "aarch64 ppc64 s390x x86_64" + $(REDHAT)/scripts/cross-compile/generate-cross-report.sh "aarch64 ppc64le64 s390x x86_64" -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2613 _______________________________________________ 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