Message ID | 93ee409eb70170262d84.1392617512@haus-VirtualBox |
---|---|
State | Accepted |
Commit | 41d8cd8250c9 |
Headers | show |
Daniel, All, Your patch: kernel/linux: pump ISL to version 0.12.2 has been applied as: #41d8cd8250c9 http://crosstool-ng.org/hg/crosstool-ng/rev/41d8cd8250c9 Thank you! Regards, Yann E. MORIN. -- For unsubscribe information see http://sourceware.org/lists.html#faq
diff -r a8cb9039fade -r 93ee409eb701 config/companion_libs/isl.in --- a/config/companion_libs/isl.in Tue Feb 11 21:34:48 2014 +0100 +++ b/config/companion_libs/isl.in Mon Feb 17 07:11:45 2014 +0100 @@ -6,6 +6,12 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW + +config ISL_V_0_12_2 + bool + prompt "0.12.2" + + config ISL_V_0_11_1 bool prompt "0.11.1" @@ -16,4 +22,5 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "0.12.2" if ISL_V_0_12_2 default "0.11.1" if ISL_V_0_11_1
# HG changeset patch # User Daniel Zimmermann <netzimme@gmail.com> # Date 1392617505 -3600 # Mon Feb 17 07:11:45 2014 +0100 # Node ID 93ee409eb70170262d847cb9115131fcb85360a7 # Parent a8cb9039fadee8d34669d83824c8eb1f56805691 kernel/linux: pump ISL to version 0.12.2 pump ISL to version 0.12.2 Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>' -- For unsubscribe information see http://sourceware.org/lists.html#faq