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

Makefile

index 67153b4..82a001b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC = gcc
 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
 CPPFLAGS = `pkg-config --cflags dbus-glib-1`
 LDFLAGS = `pkg-config --libs dbus-glib-1`
 PREFIX = /usr/local