legacy: marked BR2_PACKAGE_GCC_TARGET and BR2_HAVE_DEVFILES as removed
authorSamuel Martin <s.martin49@gmail.com>
Fri, 30 Aug 2013 04:08:59 +0000 (06:08 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 2 Sep 2013 20:16:16 +0000 (22:16 +0200)
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>
Config.in.legacy

index 763f16cb53b10a9245ad122ce65a676f23dc208e..30a44c6a5f61a4b79a4e6538b0a6dcb8362dd7c7 100644 (file)
@@ -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"