diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2011-06-15 18:17:46 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-16 05:15:22 -0400 |
commit | df0a92c20652d70da70e5e4d08736cc485eaf1ff (patch) | |
tree | e74b182b067694b0714bbc6f9339cc20a745b90d /scripts | |
parent | 323c9dd26b6176fd7f16bcf3202df708c419b20c (diff) |
scripts/gcc-goto.sh: fix a typo ("suport")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/gcc-goto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gcc-goto.sh b/scripts/gcc-goto.sh index 520d16b1ffaf..98cffcb941ea 100644 --- a/scripts/gcc-goto.sh +++ b/scripts/gcc-goto.sh | |||
@@ -1,5 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Test for gcc 'asm goto' suport | 2 | # Test for gcc 'asm goto' support |
3 | # Copyright (C) 2010, Jason Baron <jbaron@redhat.com> | 3 | # Copyright (C) 2010, Jason Baron <jbaron@redhat.com> |
4 | 4 | ||
5 | echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y" | 5 | echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y" |