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 _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
