From b93e93b336eef625684dbdbda343584081716435 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Thu, 29 Jan 2009 10:36:32 -0500 Subject: 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 file changed, 3 insertions(+) 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} -- cgit 1.2.3-korg