direct-io.hg
view config/x86_64.mk @ 15516:fa9fa5f98c91
Simplify Unisys ES7000 code in light of the fact we do not support
legacy boxes with very non-standard APIC setup.
From: Raj Subrahmanian <raj.subrahmanian@unisys.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
legacy boxes with very non-standard APIC setup.
From: Raj Subrahmanian <raj.subrahmanian@unisys.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Tue Jul 10 10:07:00 2007 +0100 (2007-07-10) |
parents | 7c5eea5feebd |
children |
line source
1 CONFIG_X86 := y
2 CONFIG_X86_64 := y
3 CONFIG_X86_$(XEN_OS) := y
5 CONFIG_COMPAT := y
6 CONFIG_HVM := y
7 CONFIG_MIGRATE := y
8 CONFIG_XCUTILS := y
9 CONFIG_IOEMU := y
11 CFLAGS += -m64
12 LIBDIR = $(LIB64DIR)
14 # Use only if calling $(LD) directly.
15 ifeq ($(XEN_OS),OpenBSD)
16 LDFLAGS_DIRECT += -melf_x86_64_obsd
17 else
18 LDFLAGS_DIRECT += -melf_x86_64
19 endif