]> Git Repo - buildroot-mgba.git/commitdiff
Config.in.legacy: add missing binutils 2.36.x entry
authorRomain Naour <[email protected]>
Fri, 28 Apr 2023 23:06:17 +0000 (01:06 +0200)
committerPeter Korsgaard <[email protected]>
Mon, 1 May 2023 07:28:57 +0000 (09:28 +0200)
Commit [1] removed binutils 2.36.1 but forgot to add the legacy
entry.

[1] d08639e6b9e5b687c21c35041bb60a941fc7edb4

Signed-off-by: Romain Naour <[email protected]>
Cc: Waldemar Brodkorb <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
Config.in.legacy

index 366b9d69494e96baacac8b83fe1d315f58fb8606..bce780e26e250b569976f1dd0b5a5fb4a08d03ab 100644 (file)
@@ -334,6 +334,12 @@ config BR2_PACKAGE_USBREDIR_SERVER
 
 comment "Legacy options removed in 2022.11"
 
+config BR2_BINUTILS_VERSION_2_36_X
+       bool "binutils 2.36.x has been removed"
+       select BR2_LEGACY
+       help
+         binutils 2.36 has been removed, use a newer version.
+
 config BR2_PACKAGE_RABBITMQ_SERVER
        bool "rabbitmq-server removed"
        select BR2_LEGACY
This page took 0.0396 seconds and 4 git commands to generate.