hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/scripts/dummy-tools/gcc
....@@ -67,6 +67,12 @@
6767 fi
6868 fi
6969
70
+# To set CONFIG_AS_IS_GNU
71
+if arg_contain -Wa,--version "$@"; then
72
+ echo "GNU assembler (scripts/dummy-tools) 2.50"
73
+ exit 0
74
+fi
75
+
7076 if arg_contain -S "$@"; then
7177 # For scripts/gcc-x86-*-has-stack-protector.sh
7278 if arg_contain -fstack-protector "$@"; then