aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2009-01-29 10:36:32 -0500
committerPhilip Balister <philip@balister.org>2009-01-29 10:39:54 -0500
commitb93e93b336eef625684dbdbda343584081716435 (patch)
tree278524532b71ce5a673a31879e40d37ca140f518
parent755d08e98c67232a19ee8c15cd378eda246c8f09 (diff)
downloadopenembedded-b93e93b336eef625684dbdbda343584081716435.tar.gz
gnuradio : Pass machine specific optimization selection information to
gnuradio configure script. NOTE: the current arm option needs changing to neon in the gnuradio neon patch.
-rw-r--r--packages/gnuradio/gnuradio.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc
index 8c972357f3..d406b504ad 100644
--- a/packages/gnuradio/gnuradio.inc
+++ b/packages/gnuradio/gnuradio.inc
@@ -12,6 +12,7 @@ export HOST_SYS=${MULTIMACH_TARGET_SYS}
CXXFLAGS_powerpc += "-lstdc++"
EXTRA_OECONF = " \
+ ${GR_CPU_SELECTION} \
--disable-gr-atsc \
--enable-gr-video-sdl \
--enable-gr-audio-alsa \
@@ -23,6 +24,8 @@ EXTRA_OECONF = " \
PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR} \
"
+GR_CPU_SELECTION_armv7a = " --with-md-cpu=arm "
+
do_configure_prepend() {
if [ -e ${WORKDIR}/acinclude.m4 ] ; then
cp ${WORKDIR}/acinclude.m4 ${S}