X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=8ca32ff59570bc858bce406f7d518076cacdfa54;hb=7adb228fd47dcde5f518c9c67afcdef15f575c03;hp=bebc1ab588eadf0a99d18c3792183887ede0fb01;hpb=a5723f5808f5c93ef4ae20ed11523c97db0e6269;p=ust.git diff --git a/configure.ac b/configure.ac index bebc1ab..8ca32ff 100644 --- a/configure.ac +++ b/configure.ac @@ -109,6 +109,7 @@ changequote([,])dnl s390) LIBFORMAT="elf32-s390" ;; s390x) LIBFORMAT="elf64-s390" ;; arm) LIBFORMAT="elf32-littlearm" ;; + mips*) LIBFORMAT="" ;; *) AC_MSG_ERROR([unable to detect library format (unsupported architecture ($host_cpu)?)]) ;; esac AC_SUBST(LIBFORMAT)