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 | |
| parent | 32326e3bd3ac517e53ee1b0f4381259c42fc932e (diff) | |
| download | rockbox-779c2f3eb1cdc5636c4f9252f5cf0fbe3a672462.zip rockbox-779c2f3eb1cdc5636c4f9252f5cf0fbe3a672462.tar.gz rockbox-779c2f3eb1cdc5636c4f9252f5cf0fbe3a672462.tar.bz2 rockbox-779c2f3eb1cdc5636c4f9252f5cf0fbe3a672462.tar.xz | |
chinachippatcher: allow additional CFLAGS from the command line.
Fixes building 32bit linux binary on 64bit systems.
Change-Id: Ib58114a979e6aa426370477169a0875a66c9a9c2
| -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 390260e..cdce198 100644 --- a/rbutil/chinachippatcher/Makefile +++ b/rbutil/chinachippatcher/Makefile @@ -6,7 +6,7 @@ # \/ \/ \/ \/ \/ # $Id$ # -CFLAGS = -g -Wall +CFLAGS += -g -Wall OUTPUT = chinachippatcher |