X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=565b7175c5a25414ae6f7dc0a1c56648bb59bef9;hb=5810472cfda38ae6108e577d163d63158b960519;hp=9002159344b3bc089ed81b70fbcc5815157c2f87;hpb=40930dac68deca53d9948f1618215650973e1a41;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 90021593..565b7175 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,7 @@ AC_CONFIG_FILES([ libust/Makefile tests/Makefile tests/hello/Makefile + tests/ust-basic-tracing/Makefile tests/hello2/Makefile tests/basic/Makefile tests/basic_long/Makefile