From b3a46124170bee3669d82c838007aff88f2df937 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Mar 2013 08:51:28 -0700 Subject: [PATCH] ref-manual: Edits to CFLAGS variable. (From yocto-docs rev: 688ae152f47ce2a200cbd58e17758e35839be74c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d3e417954c..44f3bd96d5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -582,7 +582,7 @@ Core layer for images cannot be removed CFLAGS - Flags passed to C compiler for the target system. + Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS.