mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
28fe90cda2
kernel/linux: pump ISL to version 0.12.2 pump ISL to version 0.12.2 Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>' [yann.morin.1998@free.fr: remove superfluous empty lines] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <93ee409eb70170262d84.1392617512@haus-VirtualBox> Patchwork-Id: 320849
25 lines
381 B
Plaintext
25 lines
381 B
Plaintext
# ISL options
|
|
|
|
choice
|
|
bool
|
|
prompt "ISL version"
|
|
# 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"
|
|
|
|
endchoice
|
|
|
|
config ISL_VERSION
|
|
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
|