toolchain/binutils: add support for version 2.30
[openwrt/openwrt.git] / toolchain / binutils / Config.version
index 159a25f10f2a1d7f465d904b57cd807b93b4796f..63a376f83d93545f105ad51bcb31274291237ea6 100644 (file)
@@ -12,9 +12,13 @@ config BINUTILS_VERSION_2_29_ARC
 config BINUTILS_VERSION_2_29_1
        bool
 
+config BINUTILS_VERSION_2_30
+       bool
+
 config BINUTILS_VERSION
        string
        default "2.27"                 if BINUTILS_VERSION_2_27
        default "2.28"                 if BINUTILS_VERSION_2_28
        default "2.29.1"               if BINUTILS_VERSION_2_29_1
+       default "2.30"                 if BINUTILS_VERSION_2_30
        default "arc-2017.09"          if BINUTILS_VERSION_2_29_ARC