|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [xenppc-unstable] [POWERPC][XEN] Improve presentation of objcop
# HG changeset patch
# User Hollis Blanchard <hollisb@xxxxxxxxxx>
# Node ID f67efbf6dfa9dc8ccebf85956ef9c5bc5c5928cc
# Parent b53c343b47ae930248f5db194b72d390e4143ccd
[POWERPC][XEN] Improve presentation of objcopy output.
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>
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
xen/arch/powerpc/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff -r b53c343b47ae -r f67efbf6dfa9 xen/arch/powerpc/Makefile
--- a/xen/arch/powerpc/Makefile Wed Oct 11 13:04:07 2006 -0400
+++ b/xen/arch/powerpc/Makefile Thu Oct 12 18:22:26 2006 -0500
@@ -120,11 +120,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
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [xenppc-unstable] [POWERPC][XEN] Improve presentation of objcopy output.,
Xen patchbot-xenppc-unstable <=
|
|
|
|
|