mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
Add new kernel versions (2.6.20.{2,3,4}) and binutils versions (2.17.50.0.1{1,2,3,4}).
Fix typo in comment: qbove -> above.
This commit is contained in:
parent
f6b21895ca
commit
a57d858149
@ -93,8 +93,24 @@ config BINUTILS_V_2_17_50_0_10
|
|||||||
bool
|
bool
|
||||||
prompt "2.17.50.0.10"
|
prompt "2.17.50.0.10"
|
||||||
|
|
||||||
|
config BINUTILS_V_2_17_50_0_11
|
||||||
|
bool
|
||||||
|
prompt "2.17.50.0.11"
|
||||||
|
|
||||||
|
config BINUTILS_V_2_17_50_0_12
|
||||||
|
bool
|
||||||
|
prompt "2.17.50.0.12"
|
||||||
|
|
||||||
|
config BINUTILS_V_2_17_50_0_13
|
||||||
|
bool
|
||||||
|
prompt "2.17.50.0.13"
|
||||||
|
|
||||||
|
config BINUTILS_V_2_17_50_0_14
|
||||||
|
bool
|
||||||
|
prompt "2.17.50.0.14"
|
||||||
|
|
||||||
# CT_INSERT_VERSION_ABOVE
|
# CT_INSERT_VERSION_ABOVE
|
||||||
# Don't remove qbove line!
|
# Don't remove above line!
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BINUTILS_VERSION
|
config BINUTILS_VERSION
|
||||||
@ -120,8 +136,12 @@ config BINUTILS_VERSION
|
|||||||
default "2.17.50.0.8" if BINUTILS_V_2_17_50_0_8
|
default "2.17.50.0.8" if BINUTILS_V_2_17_50_0_8
|
||||||
default "2.17.50.0.9" if BINUTILS_V_2_17_50_0_9
|
default "2.17.50.0.9" if BINUTILS_V_2_17_50_0_9
|
||||||
default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10
|
default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10
|
||||||
|
default "2.17.50.0.11" if BINUTILS_V_2_17_50_0_11
|
||||||
|
default "2.17.50.0.12" if BINUTILS_V_2_17_50_0_12
|
||||||
|
default "2.17.50.0.13" if BINUTILS_V_2_17_50_0_13
|
||||||
|
default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14
|
||||||
# CT_INSERT_VERSION_STRING_ABOVE
|
# CT_INSERT_VERSION_STRING_ABOVE
|
||||||
# Don't remove qbove line!
|
# Don't remove above line!
|
||||||
|
|
||||||
config BINUTILS_EXTRA_CONFIG
|
config BINUTILS_EXTRA_CONFIG
|
||||||
string
|
string
|
||||||
|
@ -59,6 +59,21 @@ config KERNEL_INSTALL_V_2_6_20_1
|
|||||||
prompt "2.6.20.1"
|
prompt "2.6.20.1"
|
||||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||||
|
|
||||||
|
config KERNEL_INSTALL_V_2_6_20_2
|
||||||
|
bool
|
||||||
|
prompt "2.6.20.2"
|
||||||
|
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||||
|
|
||||||
|
config KERNEL_INSTALL_V_2_6_20_3
|
||||||
|
bool
|
||||||
|
prompt "2.6.20.3"
|
||||||
|
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||||
|
|
||||||
|
config KERNEL_INSTALL_V_2_6_20_4
|
||||||
|
bool
|
||||||
|
prompt "2.6.20.4"
|
||||||
|
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||||
|
|
||||||
# CT_INSERT_VERSION_ABOVE
|
# CT_INSERT_VERSION_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
endchoice
|
endchoice
|
||||||
@ -77,5 +92,8 @@ config KERNEL_VERSION
|
|||||||
default "2.6.19.2" if KERNEL_INSTALL_V_2_6_19_2
|
default "2.6.19.2" if KERNEL_INSTALL_V_2_6_19_2
|
||||||
default "2.6.20" if KERNEL_INSTALL_V_2_6_20
|
default "2.6.20" if KERNEL_INSTALL_V_2_6_20
|
||||||
default "2.6.20.1" if KERNEL_INSTALL_V_2_6_20_1
|
default "2.6.20.1" if KERNEL_INSTALL_V_2_6_20_1
|
||||||
|
default "2.6.20.2" if KERNEL_INSTALL_V_2_6_20_2
|
||||||
|
default "2.6.20.3" if KERNEL_INSTALL_V_2_6_20_3
|
||||||
|
default "2.6.20.4" if KERNEL_INSTALL_V_2_6_20_4
|
||||||
# CT_INSERT_VERSION_STRING_ABOVE
|
# CT_INSERT_VERSION_STRING_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
|
@ -89,7 +89,7 @@ config LIBC_V_2_5
|
|||||||
prompt "2.5"
|
prompt "2.5"
|
||||||
|
|
||||||
# CT_INSERT_VERSION_ABOVE
|
# CT_INSERT_VERSION_ABOVE
|
||||||
# Don't remove qbove line!
|
# Don't remove above line!
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config LIBC_VERSION
|
config LIBC_VERSION
|
||||||
|
@ -51,7 +51,7 @@ config LIBC_VERSION
|
|||||||
default "0.9.28.2" if LIBC_V_0_9_28_2
|
default "0.9.28.2" if LIBC_V_0_9_28_2
|
||||||
default "0.9.28.3" if LIBC_V_0_9_28_3
|
default "0.9.28.3" if LIBC_V_0_9_28_3
|
||||||
# CT_INSERT_VERSION_STRING_ABOVE
|
# CT_INSERT_VERSION_STRING_ABOVE
|
||||||
# Don't remove qbove line!
|
# Don't remove above line!
|
||||||
|
|
||||||
choice
|
choice
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user