Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 458160
Collapse All | Expand All

(-)xen/arch/x86/Makefile~ (-1 / +1 lines)
Lines 112-118 $(TARGET)-syms: prelink.o xen.lds $(BASE Link Here
112
	    $(@D)/.$(@F).1.o -o $@
112
	    $(@D)/.$(@F).1.o -o $@
113
	rm -f $(@D)/.$(@F).[0-9]*
113
	rm -f $(@D)/.$(@F).[0-9]*
114
114
115
EFI_LDFLAGS = $(patsubst -m%,-mi386pep,$(LDFLAGS)) --subsystem=10
115
EFI_LDFLAGS = -mi386pep $(patsubst -m%,-mi386pep,$(LDFLAGS)) --subsystem=10
116
EFI_LDFLAGS += --image-base=$(1) --stack=0,0 --heap=0,0 --strip-debug
116
EFI_LDFLAGS += --image-base=$(1) --stack=0,0 --heap=0,0 --strip-debug
117
EFI_LDFLAGS += --section-alignment=0x200000 --file-alignment=0x20
117
EFI_LDFLAGS += --section-alignment=0x200000 --file-alignment=0x20
118
EFI_LDFLAGS += --major-image-version=$(XEN_VERSION)
118
EFI_LDFLAGS += --major-image-version=$(XEN_VERSION)

Return to bug 458160