Merge remote-tracking branch 'wireless-next/master' into mac80211-next
[deliverable/linux.git] / scripts / gcc-x86_32-has-stack-protector.sh
old mode 100644 (file)
new mode 100755 (executable)
index 29493dc..12dbd0b
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-echo "int foo(void) { char X[200]; return 3; }" | $* -S -xc -c -O0 -fstack-protector - -o - 2> /dev/null | grep -q "%gs"
+echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -O0 -fstack-protector - -o - 2> /dev/null | grep -q "%gs"
 if [ "$?" -eq "0" ] ; then
        echo y
 else
This page took 0.024928 seconds and 5 git commands to generate.