Commit df0a92c2 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Jiri Kosina
Browse files

scripts/gcc-goto.sh: fix a typo ("suport")

parent 323c9dd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
#!/bin/sh
#!/bin/sh
# Test for gcc 'asm goto' suport
# Test for gcc 'asm goto' support
# Copyright (C) 2010, Jason Baron <jbaron@redhat.com>
# Copyright (C) 2010, Jason Baron <jbaron@redhat.com>


echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"
echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"