do not disable sse on non amd64 machines.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 May 2009 07:03:31 +0000 (07:03 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 May 2009 07:03:31 +0000 (07:03 +0000)
build should detect sse and it should be toggled automatically during
runtime.

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

debian/rules

index 65558c7..bfc5cee 100755 (executable)
@@ -16,8 +16,6 @@ endif
 
 ifeq (amd64,$(DEB_HOST_ARCH))
        arch_flags += --enable-cpu-sse
-else
-       arch_flags += --disable-cpu-sse
 endif
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-strict \