ia64/xen-unstable
view config/x86_32.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 | d1f9652e35c3 |
children | 6ed9b42d1ec4 |
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 LDFLAGS_DIRECT_OpenBSD = _obsd
15 LDFLAGS_DIRECT_FreeBSD = _fbsd
16 LDFLAGS_DIRECT += -melf_i386$(LDFLAGS_DIRECT_$(XEN_OS))