]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - scripts/gcc-goto.sh
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
[karo-tx-linux.git] / scripts / gcc-goto.sh
1 #!/bin/sh
2 # Test for gcc 'asm goto' support
3 # Copyright (C) 2010, Jason Baron <jbaron@redhat.com>
4
5 echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"