kumquat-buildroot/docs/manual
Thomas Petazzoni 665e13c85e Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
Since a while, the semantic of BR2_PREFER_STATIC_LIB has been changed
from "prefer static libraries when possible" to "use only static
libraries". The former semantic didn't make much sense, since the user
had absolutely no control/idea of which package would use static
libraries, and which packages would not. Therefore, for quite some
time, we have been starting to enforce that BR2_PREFER_STATIC_LIB
should really build everything with static libraries.

As a consequence, this patch renames BR2_PREFER_STATIC_LIB to
BR2_STATIC_LIBS, and adjust the Config.in option accordingly.

This also helps preparing the addition of other options to select
shared, shared+static or just static.

Note that we have verified that this commit can be reproduced by
simply doing a global rename of BR2_PREFER_STATIC_LIB to
BR2_STATIC_LIBS plus adding BR2_PREFER_STATIC_LIB to Config.in.legacy.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2014-12-11 22:48:13 +01:00
..
adding-board-support.txt
adding-packages-asciidoc.txt docs/manual: document the asciidoc infra 2014-10-12 07:46:28 +02:00
adding-packages-autotools.txt manual: Remove trailing space 2014-11-22 20:13:16 +01:00
adding-packages-cmake.txt Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
adding-packages-conclusion.txt
adding-packages-directory.txt Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
adding-packages-generic.txt
adding-packages-gettext.txt
adding-packages-hooks.txt
adding-packages-kconfig.txt packages: rename FOO_KCONFIG_OPT into FOO_KCONFIG_OPTS 2014-10-04 18:54:54 +02:00
adding-packages-luarocks.txt
adding-packages-perl.txt
adding-packages-python.txt
adding-packages-tips.txt docs/manual: cleanup github helper docs 2014-11-11 21:49:37 +01:00
adding-packages-virtual.txt
adding-packages.txt docs/manual: document the asciidoc infra 2014-10-12 07:46:28 +02:00
advanced.txt
appendix.txt
beyond-buildroot.txt
ccache-support.txt
common-usage.txt
configure-other-components.txt
configure.txt
contribute.txt
customize-configuration.txt
customize-device-permission-tables.txt
customize-directory-structure.txt
customize-outside-br.txt manual: Add missing vim header 2014-11-22 20:13:31 +01:00
customize-packages.txt
customize-patches.txt manual: Add missing vim header 2014-11-22 20:13:31 +01:00
customize-post-image.txt
customize-quick-guide.txt
customize-rootfs.txt
customize-users-tables.txt
customize.txt
debugging-buildroot.txt
download-infra.txt
download-location.txt
eclipse-integration.txt
faq-troubleshooting.txt manual: Remove trailing space 2014-11-22 20:13:16 +01:00
getting.txt
how-buildroot-works.txt
introduction.txt
known-issues.txt
legal-notice.txt
make-tips.txt
makedev-syntax.txt manual: Rework makedevs syntax 2014-11-22 20:12:38 +01:00
makeusers-syntax.txt manual: Add missing vim header 2014-11-22 20:13:31 +01:00
manual.mk docs/asciidoc: make it possible to use $(@D) in hooks 2014-10-12 07:46:28 +02:00
manual.txt
package-make-target.txt
patch-policy.txt docs/manual: document the new patch naming convention 2014-12-07 21:32:01 +01:00
prerequisite.txt
quickstart.txt
rebuilding-packages.txt
resources.txt docs/manual/resources.txt: fix patchwork link 2014-11-13 23:53:14 +01:00
using-buildroot-debugger.txt
using-buildroot-development.txt
using-buildroot-toolchain.txt
writing-rules.txt