summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 () {
;;
esac
- if [ "`uname -m`" = "x86_64" ]; then
+ if [ "`uname -m`" = "x86_64" ] || [ "`uname -m`" = "amd64" ]; then
GCCOPTS="$GCCOPTS -fPIC" # needed to make shared objects link
fi