From 69b88630149f7739221c799d7865691cc4bc2472 Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Thu, 17 Dec 2009 23:20:15 -0800 Subject: [PATCH] Remove the N8x0-specific CFLAGS These should move to packaging. --- config-ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-ui/Makefile b/config-ui/Makefile index c154f22..3ead186 100644 --- a/config-ui/Makefile +++ b/config-ui/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -Os -mcpu=arm1136jf-s -mthumb +CFLAGS = -Wall -Os CFLAGS_PLUGIN = -fPIC CPPFLAGS = -I../ `pkg-config --cflags gtk+-2.0` CPPFLAGS_HILDON = -DHILDON `pkg-config --cflags hildon-1` -- 1.7.9.5