[Pixman] [PATCH 01/12] MIPS: DSPr2: Removed build restrictions
Nemanja Lukic
nemanja.lukic at rt-rk.com
Sun Sep 8 15:52:40 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 daf4062..5a773e9 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