ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version
new file mode 100644
index 0000000..f616cdd
--- /dev/null
+++ b/toolchain/binutils/Config.version
@@ -0,0 +1,16 @@
+
+config BINUTILS_VERSION_2_40
+ bool
+
+config BINUTILS_VERSION_2_42
+ default y if !TOOLCHAINOPTS
+ bool
+
+config BINUTILS_VERSION_2_43
+ bool
+
+config BINUTILS_VERSION
+ string
+ default "2.40" if BINUTILS_VERSION_2_40
+ default "2.42" if BINUTILS_VERSION_2_42
+ default "2.43.1" if BINUTILS_VERSION_2_43