mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
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>
This commit is contained in:
parent
323c9dd26b
commit
df0a92c206
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/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"
|
||||||
|
|
Loading…
Reference in a new issue