diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-02-06 20:24:35 +0100 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-02-06 20:24:35 +0100 |
commit | 779c2f3eb1cdc5636c4f9252f5cf0fbe3a672462 (patch) | |
tree | 344499b0dd9e776e07a10e5b8ca590c054cb67d6 /rbutil/chinachippatcher | |
parent | 32326e3bd3ac517e53ee1b0f4381259c42fc932e (diff) | |
download | rockbox-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
Diffstat (limited to 'rbutil/chinachippatcher')
-rw-r--r-- | rbutil/chinachippatcher/Makefile | 2 |
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 @@ # \/ \/ \/ \/ \/ # $Id$ # -CFLAGS = -g -Wall +CFLAGS += -g -Wall OUTPUT = chinachippatcher |