diff mbox series

kbuild: dummy-tools: -mprofile-kernel is not limited to little endian

Message ID 20230829104047.20841-1-msuchanek@suse.de (mailing list archive)
State New, archived
Headers show
Series kbuild: dummy-tools: -mprofile-kernel is not limited to little endian | expand

Commit Message

Michal Suchánek Aug. 29, 2023, 10:40 a.m. UTC
Fixes: aec0ba7472a7 ("powerpc/64: Use -mprofile-kernel for big endian ELFv2 kernels")
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
 scripts/dummy-tools/gcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/dummy-tools/gcc b/scripts/dummy-tools/gcc
index 1db1889f6d81..ebb34d016e5f 100755
--- a/scripts/dummy-tools/gcc
+++ b/scripts/dummy-tools/gcc
@@ -85,7 +85,7 @@  if arg_contain -S "$@"; then
 	fi
 
 	# For arch/powerpc/tools/gcc-check-mprofile-kernel.sh
-	if arg_contain -m64 "$@" && arg_contain -mlittle-endian "$@" &&
+	if arg_contain -m64 "$@" &&
 		arg_contain -mprofile-kernel "$@"; then
 		if ! test -t 0 && ! grep -q notrace; then
 			echo "_mcount"