forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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