From mboxrd@z Thu Jan 1 00:00:00 1970 From: B29882@freescale.com (McClintock Matthew-B29882) Date: Thu, 29 Sep 2011 19:42:05 +0000 Subject: [ltt-dev] [PATCH] Add powerpc64 host_cpu to configure.ac In-Reply-To: <20110929193844.GA16352@Krystal> References: <1317323147-31750-1-git-send-email-msm@freescale.com> <20110929193844.GA16352@Krystal> Message-ID: On Thu, Sep 29, 2011 at 2:38 PM, Mathieu Desnoyers wrote: > * Matthew McClintock (msm at freescale.com) wrote: >> Signed-off-by: Matthew McClintock >> --- >> Seems like autoconf uses powerpc64 as our host cpu type, this >> patch is to fix build issues in openembedded/yocto targets >> >> ?configure.ac | ? ?1 + >> ?1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/configure.ac b/configure.ac >> index bd27236..c5f637e 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -111,6 +111,7 @@ changequote([,])dnl >> ? ? ? x86_64) LIBFORMAT="elf64-x86-64" ;; >> ? ? ? powerpc) LIBFORMAT="elf32-powerpc" ;; >> ? ? ? ppc64) LIBFORMAT="elf64-powerpc" ;; >> + ? ? powerp64) LIBFORMAT="elf64-powerpc" ;; > > So should this be powerp64 or powerpc64 ? Sorry, powerpc64 - I had not tested this on git HEAD only on a separate tree. -M