summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2012-02-06 20:24:35 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2012-02-06 20:24:35 +0100
commit779c2f3eb1cdc5636c4f9252f5cf0fbe3a672462 (patch)
tree344499b0dd9e776e07a10e5b8ca590c054cb67d6
parent32326e3bd3ac517e53ee1b0f4381259c42fc932e (diff)
downloadrockbox-779c2f3eb1cdc5636c4f9252f5cf0fbe3a672462.tar.gz
rockbox-779c2f3eb1cdc5636c4f9252f5cf0fbe3a672462.zip
chinachippatcher: allow additional CFLAGS from the command line.rbutil_1.2.12
Fixes building 32bit linux binary on 64bit systems. Change-Id: Ib58114a979e6aa426370477169a0875a66c9a9c2
-rw-r--r--rbutil/chinachippatcher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/chinachippatcher/Makefile b/rbutil/chinachippatcher/Makefile
index 390260ebfd..cdce19814d 100644
--- a/rbutil/chinachippatcher/Makefile
+++ b/rbutil/chinachippatcher/Makefile
@@ -6,7 +6,7 @@
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id$ 7# $Id$
8# 8#
9CFLAGS = -g -Wall 9CFLAGS += -g -Wall
10 10
11OUTPUT = chinachippatcher 11OUTPUT = chinachippatcher
12 12