kernel/scripts/dummy-tools/gcc
.. .. @@ -67,6 +67,12 @@ 67 67 fi 68 68 fi 69 69 70 +# To set CONFIG_AS_IS_GNU71 +if arg_contain -Wa,--version "$@"; then72 + echo "GNU assembler (scripts/dummy-tools) 2.50"73 + exit 074 +fi75 +70 76 if arg_contain -S "$@"; then 71 77 # For scripts/gcc-x86-*-has-stack-protector.sh 72 78 if arg_contain -fstack-protector "$@"; then