ia64/xen-unstable
view config/x86_64.mk @ 17612:72e70f9041c2
minios: fix port selection shifts
Event selectors span unsigned longs, whose size is not always 32 bits.
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Event selectors span unsigned longs, whose size is not always 32 bits.
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu May 08 11:27:22 2008 +0100 (2008-05-08) |
parents | 0faf620bc749 |
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
13 LIBLEAFDIR = $(LIBLEAFDIR_x86_64)
14 LIBDIR = $(LIBDIR_x86_64)
16 SunOS_LIBDIR = $(SunOS_LIBDIR_x86_64)
18 # Use only if calling $(LD) directly.
19 ifeq ($(XEN_OS),OpenBSD)
20 LDFLAGS_DIRECT += -melf_x86_64_obsd
21 else
22 LDFLAGS_DIRECT += -melf_x86_64
23 endif