X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=scripts%2Fgcc-goto.sh;h=c9469d34ecc62115ff7db422561d38c8e2814bb0;hb=88ea0f2c02f461613dd67664a79db525e9723609;hp=a2af2e88daf3e094bc786f368ce4fe88d5b947d7;hpb=4e3c8a1b1c63482403e9d5e3148dee1a711e4b91;p=~andy%2Flinux diff --git a/scripts/gcc-goto.sh b/scripts/gcc-goto.sh index a2af2e88daf..c9469d34ecc 100644 --- a/scripts/gcc-goto.sh +++ b/scripts/gcc-goto.sh @@ -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).