From afc0e74b073a8fcdf5394d874306970d79b52f4a Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Thu, 17 Dec 2009 23:21:05 -0800 Subject: [PATCH] Remove the N8x0-specific CFLAGS These should move to packaging. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5