summaryrefslogtreecommitdiffstats
path: root/docs/manual/using.txt
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2014-05-12 07:27:06 +0400
committerPeter Korsgaard <peter@korsgaard.com>2014-05-12 22:49:42 +0200
commitbb7271b9fe7e4fc3611e9ae0f3cf3171149a8ec0 (patch)
tree8f26b9ebe96b51ad0485054a4646098130ec44cb /docs/manual/using.txt
parent10fa142d1ec3f0a6163fb1903003d5fb78f843f5 (diff)
downloadbuildroot-bb7271b9fe7e4fc3611e9ae0f3cf3171149a8ec0.tar.gz
buildroot-bb7271b9fe7e4fc3611e9ae0f3cf3171149a8ec0.zip
sysstat: fix passing CFLAGS to make
SYSSTAT_MAKE_OPT is a string used to pass options to make, '+=' operator doesn't have any special meaning inside it, so CFLAGS+=... is passed to shell, overwriting previous CFLAGS value. Replace CFLAGS+="..." with CFLAGS="$(TARGET_CFLAGS) ...". Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/using.txt')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud