From 779c2f3eb1cdc5636c4f9252f5cf0fbe3a672462 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 6 Feb 2012 20:24:35 +0100 Subject: [PATCH] chinachippatcher: allow additional CFLAGS from the command line. Fixes building 32bit linux binary on 64bit systems. Change-Id: Ib58114a979e6aa426370477169a0875a66c9a9c2 --- rbutil/chinachippatcher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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