Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# Test for gcc 'asm goto' suport
# Test for gcc 'asm goto' support
# 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment