X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fgcc-goto.sh;h=8b980fb2270a3be231588a7365bdc904755a5bbd;hb=1e61463cfcd0b3e7a19ba36b8a98c64ebaac5c6e;hp=083c526073ef9a8d04a1e17875b7498556767c37;hpb=33c58c12f091833fbb8a5af563dd2fc378448466;p=linux-2.6-microblaze.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__)