mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
ef1ff2600d
Signed-off-by: Alexey Neyman <stilor@att.net>
100 lines
1.9 KiB
Plaintext
100 lines
1.9 KiB
Plaintext
#
|
|
# DO NOT EDIT! This file is automatically generated.
|
|
#
|
|
|
|
|
|
if EXPERIMENTAL
|
|
choice
|
|
bool "Source of libtool"
|
|
|
|
config LIBTOOL_SRC_RELEASE
|
|
bool "Released tarball"
|
|
help
|
|
Download a released tarball.
|
|
|
|
config LIBTOOL_SRC_DEVEL
|
|
bool "Vendor repository"
|
|
help
|
|
Check out from vendor repository at:
|
|
git://git.savannah.gnu.org/libtool.git
|
|
|
|
if LIBTOOL_SRC_DEVEL
|
|
|
|
config LIBTOOL_DEVEL_VCS
|
|
string
|
|
default "git"
|
|
|
|
config LIBTOOL_DEVEL_URL
|
|
string
|
|
default "git://git.savannah.gnu.org/libtool.git"
|
|
|
|
config LIBTOOL_DEVEL_BRANCH
|
|
string "Branch to check out"
|
|
default "master"
|
|
help
|
|
Git: branch to be checked out
|
|
Subversion: directories to append to the repository URL.
|
|
|
|
config LIBTOOL_DEVEL_REVISION
|
|
string "Revision/changeset"
|
|
default "HEAD"
|
|
help
|
|
Commit ID or revision ID to check out.
|
|
|
|
endif
|
|
|
|
config LIBTOOL_SRC_CUSTOM
|
|
bool "Custom location"
|
|
depends on EXPERIMENTAL
|
|
help
|
|
Custom directory or tarball.
|
|
|
|
if LIBTOOL_SRC_CUSTOM
|
|
|
|
config LIBTOOL_CUSTOM_LOCATION
|
|
string "Custom source location"
|
|
help
|
|
Path to the directory or tarball with the sources.
|
|
|
|
endif
|
|
|
|
endchoice
|
|
endif
|
|
|
|
config LIBTOOL_MIRRORS_ARRAY
|
|
string
|
|
default ""
|
|
|
|
choice
|
|
bool "Version of libtool"
|
|
help
|
|
For a released version, select the version of libtool to download
|
|
and build. For sources out of the vendor repository or from a custom
|
|
location, select the version that describes those custom sources.
|
|
Based on this version, crosstool-NG may apply some version-specific
|
|
quirks while building libtool.
|
|
|
|
config LIBTOOL_VERY_NEW
|
|
bool "newer than anything below"
|
|
depends on EXPERIMENTAL
|
|
depends on LIBTOOL_SRC_DEVEL || LIBTOOL_SRC_CUSTOM
|
|
|
|
config LIBTOOL_V_2_4_6
|
|
bool "2.4.6"
|
|
|
|
config LIBTOOL_VERY_OLD
|
|
bool "older than anything above"
|
|
depends on OBSOLETE && EXPERIMENTAL
|
|
depends on LIBTOOL_SRC_DEVEL || LIBTOOL_SRC_CUSTOM
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config LIBTOOL_VERSION
|
|
string
|
|
default "2.4.6" if LIBTOOL_V_2_4_6
|
|
default "unknown"
|
|
|
|
|