ia64/xen-unstable
view config/x86_32.mk @ 15717:c229802cedbb
[32on64] Copy the right grant table status code back to the guest.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
author | Ian Campbell <ian.campbell@xensource.com> |
---|---|
date | Mon Aug 06 13:19:44 2007 +0100 (2007-08-06) |
parents | 2afb01ec2197 |
children | 0edecad52917 |
line source
1 CONFIG_X86 := y
2 CONFIG_X86_32 := y
3 CONFIG_X86_$(XEN_OS) := y
5 CONFIG_HVM := y
6 CONFIG_MIGRATE := y
7 CONFIG_XCUTILS := y
8 CONFIG_IOEMU := y
10 CFLAGS += -m32 -march=i686
11 LIBDIR := lib
13 # Use only if calling $(LD) directly.
14 ifeq ($(XEN_OS),OpenBSD)
15 LDFLAGS_DIRECT += -melf_i386_obsd
16 else
17 LDFLAGS_DIRECT += -melf_i386
18 endif