Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen/files: xen-4.2-efi.patch xen-4-efi.patch
Date: Sun, 24 Feb 2013 08:24:01
Message-Id: 20130224082359.03C992171D@flycatcher.gentoo.org
1 idella4 13/02/24 08:23:58
2
3 Added: xen-4.2-efi.patch
4 Removed: xen-4-efi.patch
5 Log:
6 After further review, reverted both -r1 ebuilds, revbumped both to -r2, fixed deps and install, reduced efi.patch accordingly and re-named to xen-4.2-efi.patch, all wrt Bug #458160
7
8 (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.1 app-emulation/xen/files/xen-4.2-efi.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/files/xen-4.2-efi.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/files/xen-4.2-efi.patch?rev=1.1&content-type=text/plain
15
16 Index: xen-4.2-efi.patch
17 ===================================================================
18 diff -ur xen-4.2.0.orig/xen/arch/x86/Makefile xen-4.2.0/xen/arch/x86/Makefile
19 --- xen/arch/x86/Makefile 2012-09-17 18:21:19.000000000 +0800
20 +++ xen/arch/x86/Makefile 2013-02-23 20:37:30.679918815 +0800
21 @@ -112,7 +112,7 @@
22 $(@D)/.$(@F).1.o -o $@
23 rm -f $(@D)/.$(@F).[0-9]*
24
25 -EFI_LDFLAGS = $(patsubst -m%,-mi386pep,$(LDFLAGS)) --subsystem=10
26 +EFI_LDFLAGS = -mi386pep $(patsubst -m%,-mi386pep,$(LDFLAGS)) --subsystem=10
27 EFI_LDFLAGS += --image-base=$(1) --stack=0,0 --heap=0,0 --strip-debug
28 EFI_LDFLAGS += --section-alignment=0x200000 --file-alignment=0x20
29 EFI_LDFLAGS += --major-image-version=$(XEN_VERSION)