Skip to content

Commit

Permalink
scripts/gcc-goto.sh: fix a typo ("suport")
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jonathan Neuschäfer authored and Jiri Kosina committed Jun 16, 2011
1 parent 323c9dd commit df0a92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gcc-goto.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/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 comments on commit df0a92c

Please sign in to comment.