commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r8060 - in gnuradio/branches/developers/eb/trunk-with-


From: eb
Subject: [Commit-gnuradio] r8060 - in gnuradio/branches/developers/eb/trunk-with-gcell: . config
Date: Thu, 20 Mar 2008 00:22:35 -0600 (MDT)

Author: eb
Date: 2008-03-20 00:22:35 -0600 (Thu, 20 Mar 2008)
New Revision: 8060

Modified:
   gnuradio/branches/developers/eb/trunk-with-gcell/Makefile.common.spu
   gnuradio/branches/developers/eb/trunk-with-gcell/bootstrap
   gnuradio/branches/developers/eb/trunk-with-gcell/config/grc_gcell.m4
Log:
work-in-progress merging gcell into trunk

Modified: gnuradio/branches/developers/eb/trunk-with-gcell/Makefile.common.spu
===================================================================
--- gnuradio/branches/developers/eb/trunk-with-gcell/Makefile.common.spu        
2008-03-20 06:16:51 UTC (rev 8059)
+++ gnuradio/branches/developers/eb/trunk-with-gcell/Makefile.common.spu        
2008-03-20 06:22:35 UTC (rev 8060)
@@ -38,6 +38,8 @@
 
 CPPFLAGS=
 LDFLAGS=
-CFLAGS = -O3 -g --std=gnu99 -fstrict-aliasing $(C_WARNINGS)
-# -funroll-all-loops
+CFLAGS=
 
+AM_CFLAGS = -O3 -g --std=gnu99 -fstrict-aliasing $(C_WARNINGS)
+
+

Modified: gnuradio/branches/developers/eb/trunk-with-gcell/bootstrap
===================================================================
--- gnuradio/branches/developers/eb/trunk-with-gcell/bootstrap  2008-03-20 
06:16:51 UTC (rev 8059)
+++ gnuradio/branches/developers/eb/trunk-with-gcell/bootstrap  2008-03-20 
06:22:35 UTC (rev 8060)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright 2001,2005 Free Software Foundation, Inc.
+# Copyright 2001,2005,2008 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -26,4 +26,4 @@
 autoconf
 autoheader
 libtoolize --automake
-automake --add-missing -Wno-portability
+automake --add-missing -Wno-portability -Wno-override -Wnone

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-20 06:16:51 UTC (rev 8059)
+++ gnuradio/branches/developers/eb/trunk-with-gcell/config/grc_gcell.m4        
2008-03-20 06:22:35 UTC (rev 8060)
@@ -31,9 +31,9 @@
     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 if we can't find gcc-spu or we're not 
cross-compiling.
+        dnl Don't do gcell if we can't find spu-gcc or we're not 
cross-compiling.
        dnl The cross-compiling check is a bit over-the-top, but we want to 
avoid
-       dnl accidentally triggering this component unless folks know what 
they're doing
+       dnl accidentally triggering this component unless folks know what 
they're doing.
        if test x$cross_compiling != xyes; then
            passed=no
        else





reply via email to

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