add ARM specific support for UST
[ust.git] / configure.ac
index e57b3562fe3beb355eb650eafae2a2b4d54c5507..5e58eab18f76ac0cbf8231f5c0243a995796ad45 100644 (file)
@@ -104,6 +104,7 @@ changequote([,])dnl
        ppc64) LIBFORMAT="elf64-powerpc" ;;
        s390) LIBFORMAT="elf32-s390" ;;
        s390x) LIBFORMAT="elf64-s390" ;;
+       arm) LIBFORMAT="elf32-littlearm" ;;
        *) AC_MSG_ERROR([unable to detect library format (unsupported architecture ($host_cpu)?)]) ;;
 esac
 AC_SUBST(LIBFORMAT)
This page took 0.022632 seconds and 4 git commands to generate.