X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=a8ec60a183a7deeb5ea1e5c1b75b705436a45378;hb=a51070bbd35a914f8bf83d774ea92c23e3e059b4;hp=9002159344b3bc089ed81b70fbcc5815157c2f87;hpb=40930dac68deca53d9948f1618215650973e1a41;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 90021593..a8ec60a1 100644 --- a/configure.ac +++ b/configure.ac @@ -101,11 +101,11 @@ changequote([,])dnl x86_64) LIBFORMAT="elf64-x86-64" ;; powerpc) LIBFORMAT="elf32-powerpc" ;; ppc64) LIBFORMAT="elf64-powerpc" ;; - s390) LIBFORMAT="elf32-s390" ;; - s390x) LIBFORMAT="elf64-s390" ;; + s390) LIBFORMAT="elf32-s390"; NO_UNALIGNED_ACCESS=1 ;; + s390x) LIBFORMAT="elf64-s390"; NO_UNALIGNED_ACCESS=1 ;; armv5) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;; - arm) LIBFORMAT="elf32-littlearm" ;; - mips*) LIBFORMAT="" ;; + arm) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;; + mips*) LIBFORMAT=""; NO_UNALIGNED_ACCESS=1;; *) AC_MSG_ERROR([unable to detect library format (unsupported architecture ($host_cpu)?)]) ;; esac AC_SUBST(LIBFORMAT) @@ -176,6 +176,8 @@ AC_CONFIG_FILES([ libust/Makefile tests/Makefile tests/hello/Makefile + tests/ust-basic-tracing/Makefile + tests/ust-multi-test/Makefile tests/hello2/Makefile tests/basic/Makefile tests/basic_long/Makefile