[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xen: arm: Use $(OBJCOPY) not bare objcopy
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1354636219 0 # Node ID 36d5d8ee5643e49ca205704a2999a5b2df4b8fd6 # Parent 2ddd5138eca731853bd72c815511b081831d9fde xen: arm: Use $(OBJCOPY) not bare objcopy Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Reported-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> Acked-by: Tim Deegan <tim@xxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r 2ddd5138eca7 -r 36d5d8ee5643 xen/arch/arm/Makefile --- a/xen/arch/arm/Makefile Tue Dec 04 15:50:18 2012 +0000 +++ b/xen/arch/arm/Makefile Tue Dec 04 15:50:19 2012 +0000 @@ -46,7 +46,7 @@ ALL_OBJS := head.o $(ALL_OBJS) # $(TARGET).bin: $(TARGET)-syms - objcopy -O binary -S $< $@ + $(OBJCOPY) -O binary -S $< $@ #$(TARGET): $(TARGET)-syms $(efi-y) boot/mkelf32 # ./boot/mkelf32 $(TARGET)-syms $(TARGET) 0x100000 \ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |