From: Steven Luo Date: Fri, 18 Dec 2009 07:21:05 +0000 (-0800) Subject: Remove the N8x0-specific CFLAGS X-Git-Tag: v3.0rc1~8 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=afc0e74b073a8fcdf5394d874306970d79b52f4a Remove the N8x0-specific CFLAGS These should move to packaging. --- diff --git a/Makefile b/Makefile index 67153b4..82a001b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -Os -mcpu=arm1136jf-s -mthumb +CFLAGS = -Wall -Os CPPFLAGS = `pkg-config --cflags dbus-glib-1` LDFLAGS = `pkg-config --libs dbus-glib-1` PREFIX = /usr/local