perf parse-events: Check if the software events array slots are populated
[linux-2.6-microblaze.git] / scripts / dummy-tools / gcc
index 39e65fe..f6d5437 100755 (executable)
@@ -67,6 +67,12 @@ if arg_contain -E "$@"; then
        fi
 fi
 
+# To set CONFIG_AS_IS_GNU
+if arg_contain -Wa,--version "$@"; then
+       echo "GNU assembler (scripts/dummy-tools) 2.50"
+       exit 0
+fi
+
 if arg_contain -S "$@"; then
        # For scripts/gcc-x86-*-has-stack-protector.sh
        if arg_contain -fstack-protector "$@"; then