]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - scripts/gcc-goto.sh
arm64, jump label: detect %c support for ARM64
[mirror_ubuntu-artful-kernel.git] / scripts / gcc-goto.sh
index a2af2e88daf3e094bc786f368ce4fe88d5b947d7..c9469d34ecc62115ff7db422561d38c8e2814bb0 100644 (file)
@@ -5,7 +5,7 @@
 cat << "END" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"
 int main(void)
 {
-#ifdef __arm__
+#if defined(__arm__) || defined(__aarch64__)
        /*
         * Not related to asm goto, but used by jump label
         * and broken on some ARM GCC versions (see GCC Bug 48637).