From: Philip Balister Date: Sat, 30 Jan 2010 17:52:52 +0000 (-0500) Subject: Update cpu detection macro to work for native build on the OMAP3. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=609624f2293f6abce93cf1a8f80645108417b6c9;p=debian%2Fgnuradio Update cpu detection macro to work for native build on the OMAP3. --- diff --git a/config/gr_set_md_cpu.m4 b/config/gr_set_md_cpu.m4 index 7ebf88a6..cb5fb5aa 100644 --- a/config/gr_set_md_cpu.m4 +++ b/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;