X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=8ca32ff59570bc858bce406f7d518076cacdfa54;hb=7adb228fd47dcde5f518c9c67afcdef15f575c03;hp=bebc1ab588eadf0a99d18c3792183887ede0fb01;hpb=3c087c81ecf753fa18ba42ccdb2552831d3b1d3d;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)