Remove the N8x0-specific CFLAGS config-ui
authorSteven Luo <steven+maemo@steven676.net>
Fri, 18 Dec 2009 07:20:15 +0000 (23:20 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Fri, 18 Dec 2009 07:20:15 +0000 (23:20 -0800)
These should move to packaging.

config-ui/Makefile

index c154f22..3ead186 100644 (file)
@@ -1,5 +1,5 @@
 CC = gcc
 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`
 CFLAGS_PLUGIN = -fPIC
 CPPFLAGS = -I../ `pkg-config --cflags gtk+-2.0`
 CPPFLAGS_HILDON = -DHILDON `pkg-config --cflags hildon-1`