Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] [PATCH] Add powerpc64 host_cpu to configure.ac
@ 2011-09-29 19:05 Matthew McClintock
  2011-09-29 19:38 ` Mathieu Desnoyers
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew McClintock @ 2011-09-29 19:05 UTC (permalink / raw)


Signed-off-by: Matthew McClintock <msm at freescale.com>
---
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" ;;
 	s390) LIBFORMAT="elf32-s390" ;;
 	s390x) LIBFORMAT="elf64-s390" ;;
         armv5) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;;
-- 
1.7.6.1






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ltt-dev] [PATCH] Add powerpc64 host_cpu to configure.ac
  2011-09-29 19:05 [ltt-dev] [PATCH] Add powerpc64 host_cpu to configure.ac Matthew McClintock
@ 2011-09-29 19:38 ` Mathieu Desnoyers
  2011-09-29 19:42   ` McClintock Matthew-B29882
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Desnoyers @ 2011-09-29 19:38 UTC (permalink / raw)


* Matthew McClintock (msm at freescale.com) wrote:
> Signed-off-by: Matthew McClintock <msm at freescale.com>
> ---
> 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 ?

Mathieu

>  	s390) LIBFORMAT="elf32-s390" ;;
>  	s390x) LIBFORMAT="elf64-s390" ;;
>          armv5) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;;
> -- 
> 1.7.6.1
> 
> 
> 
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
> 

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ltt-dev] [PATCH] Add powerpc64 host_cpu to configure.ac
  2011-09-29 19:38 ` Mathieu Desnoyers
@ 2011-09-29 19:42   ` McClintock Matthew-B29882
  0 siblings, 0 replies; 3+ messages in thread
From: McClintock Matthew-B29882 @ 2011-09-29 19:42 UTC (permalink / raw)


On Thu, Sep 29, 2011 at 2:38 PM, Mathieu Desnoyers
<compudj at krystal.dyndns.org> wrote:
> * Matthew McClintock (msm at freescale.com) wrote:
>> Signed-off-by: Matthew McClintock <msm at freescale.com>
>> ---
>> 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-29 19:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-29 19:05 [ltt-dev] [PATCH] Add powerpc64 host_cpu to configure.ac Matthew McClintock
2011-09-29 19:38 ` Mathieu Desnoyers
2011-09-29 19:42   ` McClintock Matthew-B29882

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox