debuggers.hg
view tools/Rules.mk @ 3601:25f3f22927e9
bitkeeper revision 1.1159.1.539 (41f925edsOM-7RHXmwoPRFfYwoxtEw)
Merge tempest.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xeno.bk
into tempest.cl.cam.ac.uk:/local/scratch/smh22/xen-unstable.bk
Merge tempest.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xeno.bk
into tempest.cl.cam.ac.uk:/local/scratch/smh22/xen-unstable.bk
author | smh22@tempest.cl.cam.ac.uk |
---|---|
date | Thu Jan 27 17:33:33 2005 +0000 (2005-01-27) |
parents | f20cf55e3557 |
children | 0a4b76b6b5a0 |
line source
1 # -*- mode: Makefile; -*-
3 XEN_XC = $(XEN_ROOT)/tools/python/xen/lowlevel/xc
4 XEN_LIBXC = $(XEN_ROOT)/tools/libxc
5 XEN_LIBXUTIL = $(XEN_ROOT)/tools/libxutil
7 ifeq ($(TARGET_ARCH),x86_32)
8 CFLAGS += -m32 -march=i686
9 LDFLAGS += -m elf_i386
10 endif
12 ifeq ($(TARGET_ARCH),x86_64)
13 CFLAGS += -m64
14 LDFLAGS += -m elf_x86_64
15 endif