From 359b9f483aa5fd9b86bb87b1f95674650bbceb99 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 20 Jun 2014 09:56:09 +0300 Subject: ref-manual: Added TARGET_CC_KERNEL_ARCH variable to glossary. Fixed [YOCTO #5463] (From yocto-docs rev: b43d19eb8ce202b42bae28b6511a97cb70584cc6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index c1dce009b6..160b068c97 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -8293,6 +8293,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + TARGET_CC_KERNEL_ARCH + + + This is a specific kernel compiler flag for a CPU or + Application Binary Interface (ABI) tune. + The flag is used rarely and only for cases where a + userspace + TUNE_CCARGS + is not compatible with the kernel compilation. + The TARGET_CC_KERNEL_ARCH variable + allows the kernel (and associated modules) to use a + different configuration. + See the + meta/conf/machine/include/arm/feature-arm-thumb.inc + file in the + Source Directory + for an example. + + + + TARGET_CFLAGS -- cgit v1.2.3-54-g00ecf