Update cpu detection macro to work for native build on the OMAP3.
authorPhilip Balister <philip@opensdr.com>
Sat, 30 Jan 2010 17:52:52 +0000 (12:52 -0500)
committerPhilip Balister <philip@opensdr.com>
Sat, 30 Jan 2010 17:52:52 +0000 (12:52 -0500)
config/gr_set_md_cpu.m4

index 7ebf88a66428d73309c626e6467686d43bed9457..cb5fb5aac193d4d0acb030425a3f0781ea93fae8 100644 (file)
@@ -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;