X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=scripts%2Fgcc-goto.sh;h=8b980fb2270a3be231588a7365bdc904755a5bbd;hb=92c1d6522135050cb377a18cc6e30d08dfb87efb;hp=083c526073ef9a8d04a1e17875b7498556767c37;hpb=525273fb2e7c84c98e3dffc5b446141bda99ff01;p=linux.git diff --git a/scripts/gcc-goto.sh b/scripts/gcc-goto.sh index 083c526073ef..8b980fb2270a 100755 --- a/scripts/gcc-goto.sh +++ b/scripts/gcc-goto.sh @@ -3,7 +3,7 @@ # Test for gcc 'asm goto' support # Copyright (C) 2010, Jason Baron -cat << "END" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y" +cat << "END" | $@ -x c - -fno-PIE -c -o /dev/null int main(void) { #if defined(__arm__) || defined(__aarch64__)