commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8079 - gnuradio/branches/developers/eb/trunk-with-gce


From: eb
Subject: [Commit-gnuradio] r8079 - gnuradio/branches/developers/eb/trunk-with-gcell/config
Date: Sun, 23 Mar 2008 08:40:35 -0600 (MDT)

Author: eb
Date: 2008-03-23 08:40:34 -0600 (Sun, 23 Mar 2008)
New Revision: 8079

Modified:
   gnuradio/branches/developers/eb/trunk-with-gcell/config/grc_gcell.m4
Log:
don't build gcell unless host_cpu is powerpc*

Modified: gnuradio/branches/developers/eb/trunk-with-gcell/config/grc_gcell.m4
===================================================================
--- gnuradio/branches/developers/eb/trunk-with-gcell/config/grc_gcell.m4        
2008-03-23 07:52:21 UTC (rev 8078)
+++ gnuradio/branches/developers/eb/trunk-with-gcell/config/grc_gcell.m4        
2008-03-23 14:40:34 UTC (rev 8079)
@@ -31,6 +31,18 @@
     dnl   yes  : if the --enable code passed muster and all dependencies are 
met
     dnl   no   : otherwise
     if test $passed = yes; then
+       dnl Don't do gcell is host_cpu isn't powerpc
+       AC_MSG_CHECKING([whether host_cpu is powerpc*])
+       case "$host_cpu" in
+           powerpc*)
+               AC_MSG_RESULT(yes)
+               ;;
+            *)
+               passed=no
+               AC_MSG_RESULT(no)
+               ;;
+       esac
+
         dnl Don't do gcell if we can't find spu-gcc.
        AC_CHECK_PROG([SPU_GCC_PROG],[spu-gcc],[yes],[no])
        if test $SPU_GCC_PROG = no; then





reply via email to

[Prev in Thread] Current Thread [Next in Thread]