[oe-commits] Philip Balister : gnuradio : Pass machine specific optimization selection information to

GIT User account git at amethyst.openembedded.net
Thu Jan 29 15:41:50 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b93e93b336eef625684dbdbda343584081716435
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b93e93b336eef625684dbdbda343584081716435

Author: Philip Balister <philip at balister.org>
Date:   Thu Jan 29 10:36:32 2009 -0500

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.

---

 packages/gnuradio/gnuradio.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc
index 8c97235..d406b50 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}





More information about the Openembedded-commits mailing list