do not disable sse on non amd64 machines.

build should detect sse and it should be toggled automatically during
runtime.



SVN revision: 40519
This commit is contained in:
Gustavo Sverzut Barbieri 2009-05-06 07:03:31 +00:00
parent b61f06e913
commit a82baa9e5f
1 changed files with 0 additions and 2 deletions

View File

@ -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 \