X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2Fgcc-goto.sh;h=c9469d34ecc62115ff7db422561d38c8e2814bb0;hb=32665f2bbfed2e325d37236d9b0071a11a69124e;hp=a2af2e88daf3e094bc786f368ce4fe88d5b947d7;hpb=e644dae645e167d154c0526358940986682a72b0;p=firefly-linux-kernel-4.4.55.git diff --git a/scripts/gcc-goto.sh b/scripts/gcc-goto.sh index a2af2e88daf3..c9469d34ecc6 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).