Initial commit

This commit is contained in:
Sergey Kishchenko
2009-11-03 01:12:52 +02:00
commit 5e27c24b6f
22782 changed files with 8995458 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
echo "int foo(void) { char X[200]; return 3; }" | $1 -S -xc -c -O0 -mcmodel=kernel -fstack-protector - -o - 2> /dev/null | grep -q "%gs"
if [ "$?" -eq "0" ] ; then
echo $2
fi