diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-02-08 21:58:11 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-02-08 21:58:11 +0000 |
commit | 5339979418b3ef5ecdc0d58d9b8db92ff61394d6 (patch) | |
tree | 07891ffd7b05878f74646f65636b2f27f3a413c9 /acinclude.m4 | |
parent | 758c9c411c2dd9f33f24c2350e1178bfb40adf93 (diff) | |
download | mpfr-5339979418b3ef5ecdc0d58d9b8db92ff61394d6.tar.gz |
[acinclude.m4] removed detection of HAVE_HOST_CORE2
[mparam_h.in] replaced HAVE_HOST_CORE2 by __tune_core2__
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5936 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 8a2834bbf..ad97a63e1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -106,14 +106,6 @@ alpha*-*-*) fi esac -dnl Check for Core2 processor -case $host in -x86_64-*linux*) - case `sed -n '/^vendor_id/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in - *Intel*) AC_DEFINE(HAVE_HOST_CORE2,1,[Define if processor is Core 2]) ;; - esac -esac - dnl check for long long AC_CHECK_TYPE([long long int], AC_DEFINE(HAVE_LONG_LONG, 1, [Define if compiler supports long long]),,) |