KVM: x86: Prevent starting PIT timers in the absence of irqchip support
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / scripts / gcc-goto.sh
blob98cffcb941ea6e319fd4bee04db7f06de379031b
1 #!/bin/sh
2 # Test for gcc 'asm goto' support
3 # Copyright (C) 2010, Jason Baron <jbaron@redhat.com>
5 echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"