[Pixman] [PATCH 1/8] MIPS: DSPr2: Removed build restrictions

Nemanja Lukic nemanja.lukic at rt-rk.com
Mon Aug 19 07:16:49 PDT 2013


This check forced -mips32r2 to be passed in order to enable
MIPS DSPr2 fast paths.
---
 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5b9512c..f9390e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -671,9 +671,6 @@ xserver_save_CFLAGS=$CFLAGS
 CFLAGS="-mdspr2 $CFLAGS"
 
 AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
-#if !(defined(__mips__) &&  __mips_isa_rev >= 2)
-#error MIPS DSPr2 is currently only available on MIPS32r2 platforms.
-#endif
 int
 main ()
 {
-- 
1.7.3



More information about the Pixman mailing list