| To: | <xen-devel@xxxxxxxxxxxxxxxxxxx> |
|---|---|
| Subject: | [Xen-devel] vsyscall-int80 build adjustment |
| From: | "Jan Beulich" <JBeulich@xxxxxxxxxx> |
| Date: | 2005年7月01日 17:45:06 +0200 |
| Delivery-date: | 2005年7月01日 15:43:19 +0000 |
| Envelope-to: | www-data@xxxxxxxxxxxxxxxxxxx |
| List-help: | <mailto:xen-devel-request@lists.xensource.com?subject=help> |
| List-id: | Xen developer discussion <xen-devel.lists.xensource.com> |
| List-post: | <mailto:xen-devel@lists.xensource.com> |
| List-subscribe: | <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
| List-unsubscribe: | <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
| Sender: | xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
Another issue found with building the guest outside the source tree. Jan --- 2.6.11-xen/arch/xen/x86_64/ia32/Makefile 2005年07月01日 09:14:22.601356680 -0700 +++ nxen-guest/arch/xen/x86_64/ia32/Makefile 2005年07月01日 09:15:33.625559360 -0700 @@ -32,17 +32,17 @@ quiet_cmd_syscall = SYSCALL $@ $(obj)/vsyscall-int80.so $(obj)/vsyscall-sysenter.so $(obj)/vsyscall-syscall.so: \ -$(obj)/vsyscall-%.so: $(src)/vsyscall.lds $(src)/vsyscall-%.o FORCE +$(obj)/vsyscall-%.so: $(obj)/vsyscall.lds $(obj)/vsyscall-%.o FORCE $(call if_changed,syscall) -AFLAGS_vsyscall-int80.o = -m32 +AFLAGS_vsyscall-int80.o = -m32 -I$(obj) AFLAGS_vsyscall-sysenter.o = -m32 AFLAGS_vsyscall-syscall.o = -m32 CFLAGS_ia32_ioctl.o += -Ifs/ s-link := vsyscall-syscall.o vsyscall-sysenter.o vsyscall-sigreturn.o -$(src)/vsyscall.lds: +$(obj)/vsyscall.lds: @ln -fsn $(srctree)/arch/x86_64/ia32/$(notdir $@) $@ $(patsubst %.o,$(obj)/%.c,$(c-obj-y) $(c-link)) $(patsubst %.o,$(obj)/%.S,$(s-obj-y) $(s-link)):
Attachment:
xenlinux-vsyscall-int80.patch
Description: Binary data
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Xen-devel] disallow configuring the microcode updater as a module , Jan Beulich |
|---|---|
| Next by Date: | [Xen-devel] beginnings of allowing more than the basic 80x25 VGA screen resolution , Jan Beulich |
| Previous by Thread: | [Xen-devel] disallow configuring the microcode updater as a module , Jan Beulich |
| Next by Thread: | [Xen-devel] beginnings of allowing more than the basic 80x25 VGA screen resolution , Jan Beulich |
| Indexes: | [Date] [Thread] [Top] [All Lists] |