toolchain: binutils: add support for version 2.42
[openwrt/openwrt.git] / toolchain / binutils / Config.version
index acb764bb6a741b62b113881e072da6ad14dd052d..e7a5abcd7e067b7bae92246d6896d17f6ac97335 100644 (file)
@@ -15,6 +15,9 @@ config BINUTILS_VERSION_2_40
 config BINUTILS_VERSION_2_41
        bool
 
+config BINUTILS_VERSION_2_42
+       bool
+
 config BINUTILS_VERSION
        string
        default "2.37"                  if BINUTILS_VERSION_2_37
@@ -22,3 +25,4 @@ config BINUTILS_VERSION
        default "2.39"                  if BINUTILS_VERSION_2_39
        default "2.40"                  if BINUTILS_VERSION_2_40
        default "2.41"                  if BINUTILS_VERSION_2_41
+       default "2.42"                  if BINUTILS_VERSION_2_42