diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-10-02 02:33:09 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-10-02 02:33:09 +0000 |
commit | 39b34ab91b52e73531a2b549ae186bc3c757978c (patch) | |
tree | 10b06cd4798695e94373ac54141e825ad9080213 /configure-cell-cross | |
parent | d497b054a51bc049640c1d43cb54ca3d54ffdb4a (diff) |
fix for "double cross-compilation"
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9696 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'configure-cell-cross')
-rwxr-xr-x | configure-cell-cross | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure-cell-cross b/configure-cell-cross index 6d6e7e5420..6b65982bb2 100755 --- a/configure-cell-cross +++ b/configure-cell-cross @@ -49,6 +49,7 @@ $scriptdir/configure \ --with-pythondir=$prefix/lib/python${python_version}/site-packages \ --disable-gr-video-sdl \ --disable-gr-audio-portaudio \ + --disable-usrp2-firmware \ "$@" |