aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index e098068b99..11b83db4f0 100755
--- a/configure
+++ b/configure
@@ -2078,6 +2078,9 @@ alpha)
# Ensure there's only a single GP
cflags="-msmall-data $cflags"
;;
+ia64)
+ cflags="-mno-sdata $cflags"
+;;
esac
linker_script="-Wl,-T../config-host.ld -Wl,-T,\$(SRC_PATH)/\$(ARCH).ld"