diff options
Diffstat (limited to 'scripts/gcc-x86_32-has-stack-protector.sh')
| -rw-r--r-- | scripts/gcc-x86_32-has-stack-protector.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/gcc-x86_32-has-stack-protector.sh b/scripts/gcc-x86_32-has-stack-protector.sh deleted file mode 100644 index 12dbd0b11ea4..000000000000 --- a/scripts/gcc-x86_32-has-stack-protector.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -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 - echo n -fi |
