From f38033e3c649beb925601a814aa95aa4aa191a18 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Tue, 27 Jan 2009 10:58:18 +0100 Subject: [PATCH] Add compiler flags for Maemo --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c43195d..ae97f75 100644 --- a/makefile +++ b/makefile @@ -47,7 +47,7 @@ ifeq ($(DEBUG),1) endif ifeq ($(MAEMO),1) - CFLAGS += -DMAEMO + CFLAGS += -DMAEMO -mfpu=vfp -mfloat-abi=softfp -mcpu=arm1136j-s endif ifeq ($(TARGET),cocoa) -- 2.11.4.GIT