ia64/xen-unstable
view config/x86_32.mk @ 12298:52732dd77150
Update all block tests to use the Xen Virtual Block Device (xvd) rather than IDEor SCSI.
This patch also modifies
09_block_attach_and_dettach_device_check_data_pos.py to force / to be
read-write otherwise the mkdir fails.
Also Whistspace cleanups.
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
This patch also modifies
09_block_attach_and_dettach_device_check_data_pos.py to force / to be
read-write otherwise the mkdir fails.
Also Whistspace cleanups.
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Wed Nov 01 08:39:45 2006 +0000 (2006-11-01) |
parents | 3409c35a0b0e |
children | 2afb01ec2197 |
line source
1 CONFIG_X86 := y
2 CONFIG_X86_$(XEN_OS) := y
4 CONFIG_HVM := y
5 CONFIG_MIGRATE := y
6 CONFIG_XCUTILS := y
7 CONFIG_IOEMU := y
9 CFLAGS += -m32 -march=i686
10 LIBDIR := lib
12 # Use only if calling $(LD) directly.
13 ifeq ($(XEN_OS),OpenBSD)
14 LDFLAGS_DIRECT += -melf_i386_obsd
15 else
16 LDFLAGS_DIRECT += -melf_i386
17 endif