diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index bf9127c69f..d7f6a8bfb1 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2879,6 +2879,36 @@ + HOST_CC_ARCH + + + Specifies architecture-specific compiler flags that are + passed to the C compiler. + + + + Default initialization for HOST_CC_ARCH + varies depending on what is being built: + + + TARGET_CC_ARCH + when building for the target + + + BUILD_CC_ARCH + when building for the build host (i.e. + native) + + + BUILDSDK_CC_ARCH + when building for an SDK (i.e. + nativesdk) + + + + + + HOST_SYS