Commit df0a92c2 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Jiri Kosina

scripts/gcc-goto.sh: fix a typo ("suport")

Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 323c9dd2
#!/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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment