Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.2 5 lines 224 B view raw
1#!/bin/sh 2# Test for gcc 'asm goto' support 3# Copyright (C) 2010, Jason Baron <jbaron@redhat.com> 4 5echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"