[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] use target nm when cross compiling


  • To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
  • From: Muli Ben-Yehuda <mulix@xxxxxxxxx>
  • Date: Sat, 25 Feb 2006 19:47:36 +0200
  • Delivery-date: Sat, 25 Feb 2006 17:48:19 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

Use the target nm(1) when cross compiling to pick the _end address
from the Xen binary.

Signed-Off-By: Muli Ben-Yehuda <mulix@xxxxxxxxx>

diff -r 968d45e437e2 -r cd26e2dbf711 xen/arch/x86/Makefile
--- a/xen/arch/x86/Makefile     Wed Feb 22 07:57:58 2006 +0200
+++ b/xen/arch/x86/Makefile     Thu Feb 23 22:35:45 2006 +0200
@@ -44,7 +44,7 @@ default: $(TARGET)
 
 $(TARGET): $(TARGET)-syms boot/mkelf32
        ./boot/mkelf32 $(TARGET)-syms $(TARGET) 0x100000 \
-       `nm $(TARGET)-syms | sort | tail -n 1 | sed -e 's/^\([^ ]*\).*/0x\1/'`
+       `$(NM) $(TARGET)-syms | sort | tail -n 1 | sed -e 's/^\([^ 
]*\).*/0x\1/'`
 
 $(CURDIR)/arch.o: $(OBJS)
        $(LD) $(LDFLAGS) -r -o $@ $(OBJS)

-- 
Muli Ben-Yehuda
http://www.mulix.org | http://mulix.livejournal.com/


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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.