projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
323c9dd
)
scripts/gcc-goto.sh: fix a typo ("suport")
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Wed, 15 Jun 2011 22:17:46 +0000
(
00:17
+0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 16 Jun 2011 09:15:22 +0000
(11:15 +0200)
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
scripts/gcc-goto.sh
patch
|
blob
|
history
diff --git
a/scripts/gcc-goto.sh
b/scripts/gcc-goto.sh
index
520d16b
..
98cffcb
100644
(file)
--- a/
scripts/gcc-goto.sh
+++ b/
scripts/gcc-goto.sh
@@
-1,5
+1,5
@@
#!/bin/sh
-# Test for gcc 'asm goto' suport
+# Test for gcc 'asm goto' sup
p
ort
# 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"