mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-24 05:18:21 +00:00
22 lines
319 B
Plaintext
22 lines
319 B
Plaintext
|
# Libtool
|
||
|
|
||
|
## help Libtool
|
||
|
|
||
|
choice
|
||
|
bool
|
||
|
prompt "Libtool version"
|
||
|
# Don't remove next line
|
||
|
# CT_INSERT_VERSION_BELOW
|
||
|
|
||
|
config LIBTOOL_V_2_4_6
|
||
|
bool
|
||
|
prompt "2.4.6"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
config LIBTOOL_VERSION
|
||
|
string
|
||
|
# Don't remove next line
|
||
|
# CT_INSERT_VERSION_STRING_BELOW
|
||
|
default "2.4.6" if LIBTOOL_V_2_4_6
|