From: raster Date: Sat, 24 Apr 2010 14:07:17 +0000 (+0000) Subject: amd64 - apparently fbsd is still living back in that past where 64bit was amd X-Git-Tag: 2.0_alpha~240^2~1889 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a40e02814558ad54152bc627e461068c4f8e47d;p=framework%2Fuifw%2Fevas.git amd64 - apparently fbsd is still living back in that past where 64bit was amd only... :) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@48273 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 2a2295a..e865dd8 100644 --- a/configure.ac +++ b/configure.ac @@ -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,