[Buildroot] [PATCH] legacy: marked BR2_PACKAGE_GCC_TARGET and BR2_HAVE_DEVFILES as removed

Samuel Martin s.martin49 at gmail.com
Fri Aug 30 04:08:59 UTC 2013


These 2 symbols were removed when the gcc has been converted to the
Buildroot package infrastructures.

Signed-off-by: Samuel Martin <s.martin49 at gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 Config.in.legacy | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/Config.in.legacy b/Config.in.legacy
index 763f16c..30a44c6 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"
 
-- 
1.8.4



More information about the buildroot mailing list