add mips support
[ust.git] / configure.ac
index bebc1ab588eadf0a99d18c3792183887ede0fb01..8ca32ff59570bc858bce406f7d518076cacdfa54 100644 (file)
@@ -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)
This page took 0.022002 seconds and 4 git commands to generate.