chinachippatcher: allow additional CFLAGS from the command line.
Fixes building 32bit linux binary on 64bit systems. Change-Id: Ib58114a979e6aa426370477169a0875a66c9a9c2
This commit is contained in:
parent
32326e3bd3
commit
779c2f3eb1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
# \/ \/ \/ \/ \/
|
||||
# $Id$
|
||||
#
|
||||
CFLAGS = -g -Wall
|
||||
CFLAGS += -g -Wall
|
||||
|
||||
OUTPUT = chinachippatcher
|
||||
|
||||
|
|
Loading…
Reference in a new issue