WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

Re: [XenPPC] [PATCH] Improve presentation of objcopy output

To: Amos Waterland <apw@xxxxxxxxxx>
Subject: Re: [XenPPC] [PATCH] Improve presentation of objcopy output
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Fri, 13 Oct 2006 10:28:44 -0500
Cc: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 13 Oct 2006 08:29:01 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20061006214926.GA14695@xxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Linux Technology Center
References: <20061006214926.GA14695@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
I'm not sure where the commit email went, but this was checked in
yesterday. Thanks!

-- 
Hollis Blanchard
IBM Linux Technology Center

On Fri, 2006-10-06 at 17:49 -0400, Amos Waterland wrote:
> This makes it easier to grep log files, and just looks a lot better in
> the console output of a make.
> 
> Signed-off-by: Amos Waterland <apw@xxxxxxxxxx>
> 
> ---
> 
>  Makefile |    6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 
> diff -r a41b8cd01ad2 xen/arch/powerpc/Makefile
> --- a/xen/arch/powerpc/Makefile       Fri Oct 06 12:15:06 2006 -0500
> +++ b/xen/arch/powerpc/Makefile       Fri Oct 06 17:45:51 2006 -0400
> @@ -119,11 +119,9 @@ xen-syms.o: xen-syms.S
>       $(CC) $(CFLAGS) $(TARGET_OPTS) xen-syms.o -o $@
>  
>  # our firmware only loads 32-bit ELF files
> +OCPYFLAGS= --input-target=elf64-powerpc --output-target=elf32-powerpc
>  $(TARGET): $(TARGET)-syms
> -     $(CROSS_COMPILE)objcopy \
> -             --input-target=elf64-powerpc \
> -             --output-target=elf32-powerpc \
> -             $^ $@
> +     $(CROSS_COMPILE)objcopy $(OCPYFLAGS) $^ $@
>  
>  asm-offsets.s: $(TARGET_SUBARCH)/asm-offsets.c $(HDRS)
>       $(CC) $(CFLAGS) -S -o $@ $<
> 
> _______________________________________________
> Xen-ppc-devel mailing list
> Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-ppc-devel


_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel

<Prev in Thread] Current Thread [Next in Thread>