aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-goto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gcc-goto.sh')
-rwxr-xr-xscripts/gcc-goto.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
3# Test for gcc 'asm goto' support 3# Test for gcc 'asm goto' support
4# Copyright (C) 2010, Jason Baron <jbaron@redhat.com> 4# Copyright (C) 2010, Jason Baron <jbaron@redhat.com>
5 5
6cat << "END" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y" 6cat << "END" | $@ -x c - -fno-PIE -c -o /dev/null
7int main(void) 7int main(void)
8{ 8{
9#if defined(__arm__) || defined(__aarch64__) 9#if defined(__arm__) || defined(__aarch64__)