From: Mathieu Desnoyers Date: Tue, 21 Feb 2012 16:41:36 +0000 (-0500) Subject: Add configure amd64 support (for FreeBSD) X-Git-Tag: v2.1.0-rc1~97^2~14 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=272d715a3c8949553be6cf8fd5888a38a60545a9;p=lttng-ust.git Add configure amd64 support (for FreeBSD) Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 167cd880..d4f879eb 100644 --- a/configure.ac +++ b/configure.ac @@ -175,6 +175,7 @@ changequote([,])dnl fi ;; x86_64) LIBFORMAT="elf64-x86-64" ;; + amd64) LIBFORMAT="elf64-x86-64" ;; powerpc) LIBFORMAT="elf32-powerpc" ;; ppc64) LIBFORMAT="elf64-powerpc" ;; powerpc64) LIBFORMAT="elf64-powerpc" ;;