From d5249393efe472d50eb027e286566a57ba868bf2 Mon Sep 17 00:00:00 2001 From: bellard Date: Tue, 3 Aug 2004 21:14:23 +0000 Subject: 64 bit file I/O by default git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1040 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b9d8e69..17ee449 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include config-host.mak -CFLAGS=-Wall -O2 -g -fno-strict-aliasing +CFLAGS=-Wall -O2 -g -fno-strict-aliasing ifdef CONFIG_DARWIN CFLAGS+= -mdynamic-no-pic endif @@ -9,7 +9,7 @@ CFLAGS+=-fpack-struct endif LDFLAGS=-g LIBS= -DEFINES+=-D_GNU_SOURCE +DEFINES+=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE TOOLS=qemu-img ifdef CONFIG_STATIC LDFLAGS+=-static -- cgit v1.1