summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Zimmermann <netzimme@gmail.com>2014-01-02 09:35:44 (GMT)
committerDaniel Zimmermann <netzimme@gmail.com>2014-01-02 09:35:44 (GMT)
commit0bc7b32adfc6d5081479d376d428f52aa02d00c6 (patch)
tree7c8c4406925c899b7c3074db77e777e7f0a2d159
parentdbe2cc1c0bccc9404fa3c1f8601f13656f8e3e51 (diff)
libc/newlib: fix typo in "bump version to 2.1.0"
Fix a typo in the commit http://crosstool-ng.org/hg/crosstool-ng/rev/b966620c7b1e Signed-off-by: "Daniel Zimmermann" netzimme@gmail.com Message-Id: <f2dbd80da6affb11089a.1388669655@haus-VirtualBox> Patchwork-Id: 306129
-rw-r--r--config/libc/newlib.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in
index 8541e3e..19cf6c4 100644
--- a/config/libc/newlib.in
+++ b/config/libc/newlib.in
@@ -67,7 +67,7 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "2.1.0" if LIBC_NEWLIB_V_2_0_0
+ default "2.1.0" if LIBC_NEWLIB_V_2_1_0
default "2.0.0" if LIBC_NEWLIB_V_2_0_0
default "1.20.0" if LIBC_NEWLIB_V_1_20_0
default "1.19.0" if LIBC_NEWLIB_V_1_19_0