summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2011-02-25 10:19:02 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2011-02-25 10:19:02 +0100
commit71f049a3f5bcff8d95a9ef1c0d3d91847570464e (patch)
tree3a9987899f234f4e30d61c8d82e30ceba0ab18b8 /configure.in
parentf61f493dd88b54e4800de5e814a289eb1d5e0b34 (diff)
downloadgmp-71f049a3f5bcff8d95a9ef1c0d3d91847570464e.tar.gz
Set up mmx path for atom.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5fc036c6f..58cb79ba0 100644
--- a/configure.in
+++ b/configure.in
@@ -1485,7 +1485,7 @@ case $host in
# VIA/Centaur processors, sold as CyrixIII and C3.
viac32) path="x86/p6/p3mmx x86/p6/mmx x86/p6 x86";;
viac3*) path="x86/pentium/mmx x86/pentium x86";;
- atom) path="x86/atom/sse2 x86/atom x86" ;;
+ atom) path="x86/atom/sse2 x86/atom/mmx x86/atom x86" ;;
*) path="x86" ;;
esac