diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 696b176d37..f72bbd0e05 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -4487,6 +4487,25 @@ | |||
4487 | </glossdef> | 4487 | </glossdef> |
4488 | </glossentry> | 4488 | </glossentry> |
4489 | 4489 | ||
4490 | <glossentry id='var-FORCE_RO_REMOVE'><glossterm>FORCE_RO_REMOVE</glossterm> | ||
4491 | <info> | ||
4492 | FORCE_RO_REMOVE[doc] = "Forces the removal of the packages listed in ROOTFS_RO_UNNEEDED during the generation of the root filesystem." | ||
4493 | </info> | ||
4494 | <glossdef> | ||
4495 | <para role="glossdeffirst"> | ||
4496 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4497 | Forces the removal of the packages listed in | ||
4498 | <link linkend='var-ROOTFS_RO_UNNEEDED'><filename>ROOTFS_RO_UNNEEDED</filename></link> | ||
4499 | during the generation of the root filesystem. | ||
4500 | </para> | ||
4501 | |||
4502 | <para> | ||
4503 | Set the variable to "1" to force the removal of these | ||
4504 | packages. | ||
4505 | </para> | ||
4506 | </glossdef> | ||
4507 | </glossentry> | ||
4508 | |||
4490 | <glossentry id='var-FULL_OPTIMIZATION'><glossterm>FULL_OPTIMIZATION</glossterm> | 4509 | <glossentry id='var-FULL_OPTIMIZATION'><glossterm>FULL_OPTIMIZATION</glossterm> |
4491 | <info> | 4510 | <info> |
4492 | FULL_OPTIMIZATION[doc]= "The options to pass in TARGET_CFLAGS and CFLAGS when compiling an optimized system. This variable defaults to '-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2'." | 4511 | FULL_OPTIMIZATION[doc]= "The options to pass in TARGET_CFLAGS and CFLAGS when compiling an optimized system. This variable defaults to '-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2'." |