This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] kernel/linux: pump ISL to version 0.12.2


# 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>'

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

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]