]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
arm: strip xen binary
authorTim Deegan <tim@xen.org>
Tue, 28 Feb 2012 10:17:27 +0000 (10:17 +0000)
committerTim Deegan <tim@xen.org>
Tue, 28 Feb 2012 10:17:27 +0000 (10:17 +0000)
The symbols in it are wrong anyway and will only confuse people
who ought to be looking at xen-syms.

Signed-off-by: Tim Deegan <tim@xen.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/Makefile

index da5096a4be0694c12f058430bd8827af73d330b5..4cb5d3a8e305b4e9a2634d37c5662904a2b4d1c8 100644 (file)
@@ -40,7 +40,7 @@ $(TARGET): $(TARGET)-syms
        # XXX: VE model loads by VMA so instead of
        # making a proper ELF we link with LMA == VMA and adjust crudely
        $(OBJCOPY) --change-addresses +0x80000000 $< $@
-       # XXX strip it
+       $(STRIP) $@
 
 #$(TARGET): $(TARGET)-syms $(efi-y) boot/mkelf32
 #      ./boot/mkelf32 $(TARGET)-syms $(TARGET) 0x100000 \