diff options
author | Samuel Martin <s.martin49@gmail.com> | 2013-08-30 06:08:59 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-02 22:16:16 +0200 |
commit | ba8f82b0cc25413aa1df93b5f2ba7ddb6bb07b03 (patch) | |
tree | 6565b8a2741571465308810ff2bd09dd10b0ec47 | |
parent | 3a6d38af1d47083f96b6886ee6b6ed2fb4f91d97 (diff) | |
download | buildroot-ba8f82b0cc25413aa1df93b5f2ba7ddb6bb07b03.tar.gz buildroot-ba8f82b0cc25413aa1df93b5f2ba7ddb6bb07b03.zip |
legacy: marked BR2_PACKAGE_GCC_TARGET and BR2_HAVE_DEVFILES as removed
These 2 symbols were removed when the gcc has been converted to the
Buildroot package infrastructures.
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | Config.in.legacy | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 763f16cb53..30a44c6a5f 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -96,6 +96,23 @@ config BR2_VFP_FLOAT been replaced with a choice of options that allows to select between various VFP versions/capabilities. +config BR2_PACKAGE_GCC_TARGET + bool "gcc on the target filesystem has been removed" + select BR2_LEGACY + help + The support for gcc in the target filesystem was deprecated + since a while, and has been removed completely from Buildroot. + See Buildroot's documentation for more explanations. + +config BR2_HAVE_DEVFILES + bool "development files in target filesystem has been removed" + select BR2_LEGACY + help + The installation of the development files in the target + filesystem was deprecated since a while, and has been removed + completely from Buildroot. + See Buildroot's documentation for more explanations. + ############################################################################### comment "Legacy options removed in 2013.05" |