]> Git Repo - linux.git/blame - scripts/gcc-goto.sh
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[linux.git] / scripts / gcc-goto.sh
CommitLineData
bf5438fc 1#!/bin/sh
df0a92c2 2# Test for gcc 'asm goto' support
bf5438fc
JB
3# Copyright (C) 2010, Jason Baron <[email protected]>
4
d6dad199 5echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"
This page took 0.128675 seconds and 4 git commands to generate.