ia64/xen-unstable
annotate config/x86_32.mk @ 10760:f35b9950843c
[IA64] Re-enable tools/xcutils build on ia64. We now have
save/restore working in the xen-ia64-unstable.hg thanks to some
excellent work by Tristan. This simply splits the xcutils components
from the x86-ish linux_save/restore files in a way that should be
friendly to powerpc.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
save/restore working in the xen-ia64-unstable.hg thanks to some
excellent work by Tristan. This simply splits the xcutils components
from the x86-ish linux_save/restore files in a way that should be
friendly to powerpc.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Fri Jul 14 11:58:17 2006 +0100 (2006-07-14) |
parents | 69c4f7963a19 |
children | ed9c393b3c4f |
rev | line source |
---|---|
kfraser@10229 | 1 CONFIG_X86 := y |
kfraser@10229 | 2 CONFIG_HVM := y |
kfraser@10229 | 3 CONFIG_MIGRATE := y |
kaf24@10760 | 4 CONFIG_XCUTILS := y |
kfraser@10229 | 5 CONFIG_IOEMU := y |
kfraser@10229 | 6 CONFIG_MBOOTPACK := y |
kfraser@10229 | 7 |
kfraser@10229 | 8 CFLAGS += -m32 -march=i686 |
kfraser@10229 | 9 LIBDIR := lib |