amd64 - apparently fbsd is still living back in that past where 64bit was amd

only... :)



SVN revision: 48273
This commit is contained in:
Carsten Haitzler 2010-04-24 14:07:17 +00:00
parent 36bd7d71e0
commit d4ba7c3a06
1 changed files with 6 additions and 0 deletions

View 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,