]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Config.in.legacy
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / Config.in.legacy
index b12655643b845ee4d41a5a77554ca319d07cd726..09c025cc991858ca34bc31568a8ad9d22ec2f89a 100644 (file)
@@ -99,6 +99,18 @@ comment "----------------------------------------------------"
 endif
 
 ###############################################################################
+
+comment "Legacy options removed in 2015.02"
+
+config BR2_PREFER_STATIC_LIB
+       bool "static library option renamed"
+       select BR2_STATIC_LIBS
+       help
+         The BR2_PREFER_STATIC_LIB was renamed to BR2_STATIC_LIBS. It
+         highlights the fact that the option no longer "prefers"
+         static libraries, but "enforces" static libraries (i.e
+         shared libraries are completely unused).
+
 comment "Legacy options removed in 2014.11"
 
 config BR2_x86_generic