projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux...
[profile/ivi/kernel-adaptation-intel-automotive.git]
/
scripts
/
gcc-goto.sh
1
#!/bin/sh
2
# Test for gcc 'asm goto' suport
3
# Copyright (C) 2010, Jason Baron <jbaron@redhat.com>
4
5
echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"