X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fgcc-goto.sh;h=8b980fb2270a3be231588a7365bdc904755a5bbd;hb=c246bdf7355c8f37c78eb51734acacf0ded099c4;hp=083c526073ef9a8d04a1e17875b7498556767c37;hpb=baa35cc322c1f6c43506ee9a32c232b05a7eaa8c;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/scripts/gcc-goto.sh b/scripts/gcc-goto.sh index 083c526..8b980fb22 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__)