]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - scripts/gcc-goto.sh
jump label: Fix GCC feature check when distcc is used
[mv-sheeva.git] / scripts / gcc-goto.sh
index 8e82424be7aa1d1709d5f1829957863b4c6e5e74..520d16b1ffaf72c4c3171d97dfd1e37893523ef8 100644 (file)
@@ -2,4 +2,4 @@
 # Test for gcc 'asm goto' suport
 # Copyright (C) 2010, Jason Baron <jbaron@redhat.com>
 
-echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $1 -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"
+echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"