summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index a7375fec3c..f5219f7a44 100755
--- a/tools/configure
+++ b/tools/configure
@@ -133,7 +133,7 @@ simcc () {
133 ;; 133 ;;
134 esac 134 esac
135 135
136 if [ "`uname -m`" = "x86_64" ]; then 136 if [ "`uname -m`" = "x86_64" ] || [ "`uname -m`" = "amd64" ]; then
137 GCCOPTS="$GCCOPTS -fPIC" # needed to make shared objects link 137 GCCOPTS="$GCCOPTS -fPIC" # needed to make shared objects link
138 fi 138 fi
139 139