ia64/xen-unstable
view config/x86_64.mk @ 15805:8f1c807ace97
[ACM/XEND] Fix case where resource label file does not exist.
Fix the case where the resource label file does not exist but its
contents would be needed for access control evaluations.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Fix the case where the resource label file does not exist but its
contents would be needed for access control evaluations.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
author | kfraser@localhost.localdomain |
---|---|
date | Thu Aug 30 15:39:13 2007 +0100 (2007-08-30) |
parents | 7c5eea5feebd |
children | 6ed9b42d1ec4 |
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