From: Debian BOINC Maintainers Date: Thu, 17 May 2018 08:09:59 +0000 (+0100) Subject: _omitting_archs X-Git-Tag: archive/raspbian/8.00_svn3725-2+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ea4fc6c3b96f3cda6ca4f46dc549173a186e5bfa;p=boinc-app-seti.git _omitting_archs Gbp-Pq: Name 006_omitting_archs.patch --- diff --git a/m4/optimizations.m4 b/m4/optimizations.m4 index 46fba0b..3f127c4 100644 --- a/m4/optimizations.m4 +++ b/m4/optimizations.m4 @@ -28,9 +28,6 @@ if test x_$enable_sse2 = x_yes ; then # put compiler specific flags here if test x_$ac_cv_c_compiler_gnu = x_yes ; then CFLAGS="-msse2 ${CFLAGS}" - if test -z "echo $CFLAGS | grep march=" ; then - CFLAGS="-march=pentium4 ${CFLAGS}" - fi fi fi @@ -44,7 +41,7 @@ if test x_$enable_sse = x_yes ; then [Define to 1 if you want to use SSE optimizations]) # put compiler specific flags here if test x_$ac_cv_c_compiler_gnu = x_yes ; then - CFLAGS="-march=pentium3 -msse -mfpmath=sse ${CFLAGS}" + CFLAGS="-msse -mfpmath=sse ${CFLAGS}" fi fi @@ -58,7 +55,7 @@ if test x_$enable_mmx = x_yes ; then [Define to 1 if you want to use MMX optimizations]) # put compiler specific flags here if test x_$ac_cv_c_compiler_gnu = x_yes ; then - CFLAGS="-march=pentium2 -mmmx -mfpmath=387 ${CFLAGS}" + CFLAGS="-mmmx -mfpmath=387 ${CFLAGS}" fi fi @@ -73,7 +70,7 @@ if test x_$enable_3dnow = x_yes ; then [Define to 1 if you want to use 3D-Now optimizations]) # put compiler specific flags here if test x_$ac_cv_c_compiler_gnu = x_yes ; then - CFLAGS="-march=pentium2 -m3dnow -mfpmath=387 ${CFLAGS}" + CFLAGS="-m3dnow -mfpmath=387 ${CFLAGS}" fi fi