Searched hist:bfb41e46 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/dummy-tools/ |
H A D | gcc | bfb41e46 Tue Aug 29 05:51:06 CDT 2023 Jiri Slaby <jslaby@suse.cz> kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BE
Commit 2eab791f940b ("kbuild: dummy-tools: support MPROFILE_KERNEL checks for ppc") added support for ppc64le's checks for -mprofile-kernel.
Now, commit aec0ba7472a7 ("powerpc/64: Use -mprofile-kernel for big endian ELFv2 kernels") added support for -mprofile-kernel even on big-endian ppc.
So lift the check in gcc-check-mprofile-kernel.sh to support big-endian too.
Fixes: aec0ba7472a7 ("powerpc/64: Use -mprofile-kernel for big endian ELFv2 kernels") Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|