From: Steven Luo Date: Fri, 18 Dec 2009 07:20:15 +0000 (-0800) Subject: Remove the N8x0-specific CFLAGS X-Git-Tag: v3.0rc1~7^2 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=69b88630149f7739221c799d7865691cc4bc2472;hp=200c09077cca37c63752a22d6818635d773834e6 Remove the N8x0-specific CFLAGS These should move to packaging. --- 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`