From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 13 May 2024 10:30:14 +0000
Subject: [PATCH] modify sin led gpio

---
 kernel/tools/perf/trace/beauty/arch_errno_names.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/tools/perf/trace/beauty/arch_errno_names.sh b/kernel/tools/perf/trace/beauty/arch_errno_names.sh
index f8c44a8..9f9ea45 100755
--- a/kernel/tools/perf/trace/beauty/arch_errno_names.sh
+++ b/kernel/tools/perf/trace/beauty/arch_errno_names.sh
@@ -57,7 +57,7 @@
 	local arch="$1"
 	local asm_errno=$(asm_errno_file "$arch")
 
-	$gcc $include_path -E -dM -x c $asm_errno \
+	$gcc $CFLAGS $include_path -E -dM -x c $asm_errno \
 		|grep -hE '^#define[[:blank:]]+(E[^[:blank:]]+)[[:blank:]]+([[:digit:]]+).*' \
 		|awk '{ print $2","$3; }' \
 		|sort -t, -k2 -nu \

--
Gitblit v1.6.2