commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7382 - usrp2/trunk/firmware


From: matt
Subject: [Commit-gnuradio] r7382 - usrp2/trunk/firmware
Date: Tue, 8 Jan 2008 12:49:43 -0700 (MST)

Author: matt
Date: 2008-01-08 12:49:42 -0700 (Tue, 08 Jan 2008)
New Revision: 7382

Modified:
   usrp2/trunk/firmware/Makefile.common
Log:
enable barrel shifter since it seems to be working.  Need to do a make clean


Modified: usrp2/trunk/firmware/Makefile.common
===================================================================
--- usrp2/trunk/firmware/Makefile.common        2008-01-08 19:48:08 UTC (rev 
7381)
+++ usrp2/trunk/firmware/Makefile.common        2008-01-08 19:49:42 UTC (rev 
7382)
@@ -25,8 +25,8 @@
 
 STD_CFLAGS = -O2 -g -Wall -Werror-implicit-function-declaration -mxl-soft-div 
-msoft-float
 
-AM_CFLAGS = $(STD_CFLAGS) -mxl-soft-mul
-#AM_CFLAGS = $(STD_CFLAGS) -mxl-soft-mul    -mxl-barrel-shift
+#AM_CFLAGS = $(STD_CFLAGS) -mxl-soft-mul
+AM_CFLAGS = $(STD_CFLAGS) -mxl-soft-mul    -mxl-barrel-shift
 #AM_CFLAGS = $(STD_CFLAGS) -mno-xl-soft-mul
 #AM_CFLAGS = $(STD_CFLAGS) -mno-xl-soft-mul -mxl-barrel-shift
 





reply via email to

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