diff options
author | Philip Balister <philip@balister.org> | 2009-01-29 10:36:32 -0500 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-01-29 10:39:54 -0500 |
commit | b93e93b336eef625684dbdbda343584081716435 (patch) | |
tree | 278524532b71ce5a673a31879e40d37ca140f518 /packages | |
parent | 755d08e98c67232a19ee8c15cd378eda246c8f09 (diff) |
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.
Diffstat (limited to 'packages')
-rw-r--r-- | 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 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} |