direct-io.hg
changeset 3512:c384de5ff937
bitkeeper revision 1.1159.212.33 (41f531cdecFyszGvLVL84IsM0Lk6XA)
Merge maf46@ssh-relay1.cl.cam.ac.uk:/usr/groups/xeno/BK/xen-unstable.bk
into fleming.research:/scratch/fleming/mafetter/xen.work
Merge maf46@ssh-relay1.cl.cam.ac.uk:/usr/groups/xeno/BK/xen-unstable.bk
into fleming.research:/scratch/fleming/mafetter/xen.work
author | mafetter@fleming.research |
---|---|
date | Mon Jan 24 17:35:09 2005 +0000 (2005-01-24) |
parents | ee14f9496f5b 8e9727839e1d |
children | 074d7606fd61 |
files | xen/arch/x86/Rules.mk |
line diff
1.1 --- a/xen/arch/x86/Rules.mk Mon Jan 24 17:21:09 2005 +0000 1.2 +++ b/xen/arch/x86/Rules.mk Mon Jan 24 17:35:09 2005 +0000 1.3 @@ -24,13 +24,13 @@ CFLAGS += $(call test-gcc-flag,-fno-sta 1.4 1.5 ifeq ($(TARGET_SUBARCH),x86_32) 1.6 CFLAGS += -m32 -march=i686 1.7 -LDFLAGS := --oformat elf32-i386 1.8 +LDFLAGS := -m elf_i386 1.9 endif 1.10 1.11 ifeq ($(TARGET_SUBARCH),x86_64) 1.12 CFLAGS += -m64 -mno-red-zone -fpic -fno-reorder-blocks 1.13 CFLAGS += -fno-asynchronous-unwind-tables 1.14 -LDFLAGS := --oformat elf64-x86-64 1.15 +LDFLAGS := -m elf_x86_64 1.16 endif 1.17 1.18 # Test for at least GCC v3.2.x.