amd64 - apparently fbsd is still living back in that past where 64bit was amd
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 24 Apr 2010 14:07:17 +0000 (14:07 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 24 Apr 2010 14:07:17 +0000 (14:07 +0000)
only... :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@48273 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 2a2295a..e865dd8 100644 (file)
@@ -822,6 +822,9 @@ case $host_cpu in
   x86_64)
     build_cpu_mmx="yes"
     ;;
+  amd64)
+    build_cpu_mmx="yes"
+    ;;
 esac
 AC_MSG_CHECKING(whether to build mmx code)
 AC_ARG_ENABLE(cpu-mmx,
@@ -854,6 +857,9 @@ case $host_cpu in
   x86_64)
     build_cpu_sse="yes"
     ;;
+  amd64)
+    build_cpu_sse="yes"
+    ;;
 esac
 AC_MSG_CHECKING(whether to build sse code)
 AC_ARG_ENABLE(cpu-sse,