summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/config/gr_set_md_cpu.m4
diff options
context:
space:
mode:
authorEric Blossom <eb@comsec.com>2010-12-04 00:31:22 -0800
committerEric Blossom <eb@comsec.com>2010-12-04 00:31:22 -0800
commit6ba2c80cdedf6d4eea99c565ffa8b204174d0576 (patch)
tree587429a02c8032242e901d4784fc0a8e9e2b4c30 /gr-howto-write-a-block/config/gr_set_md_cpu.m4
parentea8a60ad9c2e0f9bdc57f77f5506c5906f8d1d6f (diff)
Some piece of this commit triggers a syntax error running swig:
make[2]: Entering directory `/home/eb/git/wf-exec/gr-howto-write-a-block/swig' Compile .i to .py /usr/bin/swig -fvirtual -python -modern -keyword -w511 -outdir . -I/home/eb/git/wf-exec/gr-howto-write-a-block/lib -I/home/eb/install/include/gnuradio -I/home/eb/install/include/gnuradio/swig \ -MD -MF python/howto_swig.Std \ -module howto_swig -o python/howto_swig.cc -oh python/howto_swig.h howto_swig.i /usr/share/swig/1.3.40/python/std_complex.i:12: Error: Syntax error in input(1). make[2]: *** [howto_swig.py] Error 1
Diffstat (limited to 'gr-howto-write-a-block/config/gr_set_md_cpu.m4')
-rw-r--r--gr-howto-write-a-block/config/gr_set_md_cpu.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/config/gr_set_md_cpu.m4 b/gr-howto-write-a-block/config/gr_set_md_cpu.m4
index 7ebf88a664..cb5fb5aac1 100644
--- a/gr-howto-write-a-block/config/gr_set_md_cpu.m4
+++ b/gr-howto-write-a-block/config/gr_set_md_cpu.m4
@@ -80,7 +80,7 @@ AC_DEFUN([GR_SET_MD_CPU],[
x86 | i[[3-7]]86) MD_CPU=x86 MD_SUBCPU=x86 ;;
x86_64) MD_CPU=x86 MD_SUBCPU=x86_64 ;;
powerpc*) MD_CPU=powerpc ;;
- arm)
+ arm*)
_FIND_ARM_ISA
if test $is_armv5 = yes; then MD_CPU=armv5;
elif test $is_armv7_a = yes; then MD_CPU=armv7_a;