mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
ef1ff2600d
Signed-off-by: Alexey Neyman <stilor@att.net>
317 lines
7.4 KiB
Plaintext
317 lines
7.4 KiB
Plaintext
#
|
|
# DO NOT EDIT! This file is automatically generated.
|
|
#
|
|
|
|
choice
|
|
bool "Show uClibc-ng versions from"
|
|
|
|
config UCLIBC_NG_USE_UCLIBC_NG_ORG
|
|
bool "uclibc-ng.org"
|
|
help
|
|
uClibc-ng from uclibc-ng.org.
|
|
|
|
config UCLIBC_NG_USE_UCLIBC_ORG
|
|
bool "uclibc.org"
|
|
depends on OBSOLETE
|
|
help
|
|
uClibc-ng from uclibc.org.
|
|
|
|
endchoice
|
|
|
|
config UCLIBC_NG_USE
|
|
string
|
|
default "UCLIBC_NG" if UCLIBC_NG_USE_UCLIBC_NG_ORG
|
|
default "UCLIBC" if UCLIBC_NG_USE_UCLIBC_ORG
|
|
|
|
|
|
if UCLIBC_NG_USE_UCLIBC_NG_ORG
|
|
|
|
if EXPERIMENTAL
|
|
choice
|
|
bool "Source of uClibc-ng"
|
|
|
|
config UCLIBC_NG_SRC_RELEASE
|
|
bool "Released tarball"
|
|
help
|
|
Download a released tarball.
|
|
|
|
config UCLIBC_NG_SRC_DEVEL
|
|
bool "Vendor repository"
|
|
help
|
|
Check out from vendor repository at:
|
|
git://uclibc-ng.org/git/uclibc-ng
|
|
|
|
if UCLIBC_NG_SRC_DEVEL
|
|
|
|
config UCLIBC_NG_DEVEL_VCS
|
|
string
|
|
default "git"
|
|
|
|
config UCLIBC_NG_DEVEL_URL
|
|
string
|
|
default "git://uclibc-ng.org/git/uclibc-ng"
|
|
|
|
config UCLIBC_NG_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 UCLIBC_NG_DEVEL_REVISION
|
|
string "Revision/changeset"
|
|
default "HEAD"
|
|
help
|
|
Commit ID or revision ID to check out.
|
|
|
|
endif
|
|
|
|
config UCLIBC_NG_SRC_CUSTOM
|
|
bool "Custom location"
|
|
depends on EXPERIMENTAL
|
|
help
|
|
Custom directory or tarball.
|
|
|
|
if UCLIBC_NG_SRC_CUSTOM
|
|
|
|
config UCLIBC_NG_CUSTOM_LOCATION
|
|
string "Custom source location"
|
|
help
|
|
Path to the directory or tarball with the sources.
|
|
|
|
endif
|
|
|
|
endchoice
|
|
endif
|
|
|
|
config UCLIBC_NG_MIRRORS_ARRAY
|
|
string
|
|
default "http://downloads.uclibc-ng.org/releases/${CT_UCLIBC_NG_VERSION}"
|
|
|
|
choice
|
|
bool "Version of uClibc-ng"
|
|
help
|
|
For a released version, select the version of uClibc-ng 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 uClibc-ng.
|
|
|
|
config UCLIBC_NG_VERY_NEW
|
|
bool "newer than anything below"
|
|
depends on EXPERIMENTAL
|
|
depends on UCLIBC_NG_SRC_DEVEL || UCLIBC_NG_SRC_CUSTOM
|
|
select UCLIBC_NG_1_0_15_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_15_or_older
|
|
select UCLIBC_NG_1_0_0_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_0_or_older
|
|
select UCLIBC_NG_0_9_33_2_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_0_9_33_2_or_older
|
|
|
|
config UCLIBC_NG_V_1_0_24
|
|
bool "1.0.24"
|
|
select UCLIBC_NG_1_0_15_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_15_or_older
|
|
select UCLIBC_NG_1_0_0_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_0_or_older
|
|
select UCLIBC_NG_0_9_33_2_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_0_9_33_2_or_older
|
|
|
|
config UCLIBC_NG_V_1_0_23
|
|
bool "1.0.23"
|
|
select UCLIBC_NG_1_0_15_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_15_or_older
|
|
select UCLIBC_NG_1_0_0_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_0_or_older
|
|
select UCLIBC_NG_0_9_33_2_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_0_9_33_2_or_older
|
|
|
|
config UCLIBC_NG_V_1_0_22
|
|
bool "1.0.22"
|
|
select UCLIBC_NG_1_0_15_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_15_or_older
|
|
select UCLIBC_NG_1_0_0_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_0_or_older
|
|
select UCLIBC_NG_0_9_33_2_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_0_9_33_2_or_older
|
|
|
|
config UCLIBC_NG_V_1_0_21
|
|
bool "1.0.21 (OBSOLETE)"
|
|
depends on OBSOLETE
|
|
select UCLIBC_NG_1_0_15_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_15_or_older
|
|
select UCLIBC_NG_1_0_0_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_0_or_older
|
|
select UCLIBC_NG_0_9_33_2_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_0_9_33_2_or_older
|
|
|
|
config UCLIBC_NG_V_1_0_20
|
|
bool "1.0.20 (OBSOLETE)"
|
|
depends on OBSOLETE
|
|
select UCLIBC_NG_1_0_15_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_15_or_older
|
|
select UCLIBC_NG_1_0_0_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_0_or_older
|
|
select UCLIBC_NG_0_9_33_2_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_0_9_33_2_or_older
|
|
|
|
config UCLIBC_NG_VERY_OLD
|
|
bool "older than anything above"
|
|
depends on OBSOLETE && EXPERIMENTAL
|
|
depends on UCLIBC_NG_SRC_DEVEL || UCLIBC_NG_SRC_CUSTOM
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_15_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_0_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_0_9_33_2_or_later
|
|
|
|
endchoice
|
|
|
|
|
|
endif
|
|
|
|
config UCLIBC_NG_VERSION
|
|
string
|
|
default "1.0.24" if UCLIBC_NG_V_1_0_24
|
|
default "1.0.23" if UCLIBC_NG_V_1_0_23
|
|
default "1.0.22" if UCLIBC_NG_V_1_0_22
|
|
default "1.0.21" if UCLIBC_NG_V_1_0_21
|
|
default "1.0.20" if UCLIBC_NG_V_1_0_20
|
|
default "unknown"
|
|
|
|
if UCLIBC_NG_USE_UCLIBC_ORG
|
|
|
|
if EXPERIMENTAL
|
|
choice
|
|
bool "Source of uClibc"
|
|
|
|
config UCLIBC_SRC_RELEASE
|
|
bool "Released tarball"
|
|
help
|
|
Download a released tarball.
|
|
|
|
config UCLIBC_SRC_DEVEL
|
|
bool "Vendor repository"
|
|
help
|
|
Check out from vendor repository at:
|
|
git://git.busybox.net/uClibc
|
|
|
|
if UCLIBC_SRC_DEVEL
|
|
|
|
config UCLIBC_DEVEL_VCS
|
|
string
|
|
default "git"
|
|
|
|
config UCLIBC_DEVEL_URL
|
|
string
|
|
default "git://git.busybox.net/uClibc"
|
|
|
|
config UCLIBC_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 UCLIBC_DEVEL_REVISION
|
|
string "Revision/changeset"
|
|
default "HEAD"
|
|
help
|
|
Commit ID or revision ID to check out.
|
|
|
|
endif
|
|
|
|
config UCLIBC_SRC_CUSTOM
|
|
bool "Custom location"
|
|
depends on EXPERIMENTAL
|
|
help
|
|
Custom directory or tarball.
|
|
|
|
if UCLIBC_SRC_CUSTOM
|
|
|
|
config UCLIBC_CUSTOM_LOCATION
|
|
string "Custom source location"
|
|
help
|
|
Path to the directory or tarball with the sources.
|
|
|
|
endif
|
|
|
|
endchoice
|
|
endif
|
|
|
|
config UCLIBC_MIRRORS_ARRAY
|
|
string
|
|
default "http://www.uclibc.org/downloads http://www.uclibc.org/downloads/old-releases"
|
|
|
|
choice
|
|
bool "Version of uClibc"
|
|
help
|
|
For a released version, select the version of uClibc 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 uClibc.
|
|
|
|
config UCLIBC_VERY_NEW
|
|
bool "newer than anything below"
|
|
depends on EXPERIMENTAL
|
|
depends on UCLIBC_SRC_DEVEL || UCLIBC_SRC_CUSTOM
|
|
select UCLIBC_NG_1_0_15_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_15_or_older
|
|
select UCLIBC_NG_1_0_0_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_0_or_older
|
|
select UCLIBC_NG_0_9_33_2_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_0_9_33_2_or_older
|
|
|
|
config UCLIBC_V_0_9_33_2
|
|
bool "0.9.33.2 (OBSOLETE)"
|
|
depends on OBSOLETE
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_15_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_0_or_later
|
|
select UCLIBC_NG_0_9_33_2_or_later
|
|
|
|
config UCLIBC_VERY_OLD
|
|
bool "older than anything above"
|
|
depends on OBSOLETE && EXPERIMENTAL
|
|
depends on UCLIBC_SRC_DEVEL || UCLIBC_SRC_CUSTOM
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_15_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_1_0_0_or_later
|
|
depends on !UCLIBC_NG_REQUIRE_0_9_33_2_or_later
|
|
|
|
endchoice
|
|
|
|
|
|
endif
|
|
|
|
config UCLIBC_VERSION
|
|
string
|
|
default "0.9.33.2" if UCLIBC_V_0_9_33_2
|
|
default "unknown"
|
|
|
|
|
|
config UCLIBC_NG_1_0_15_or_later
|
|
bool
|
|
|
|
config UCLIBC_NG_REQUIRE_1_0_15_or_later
|
|
bool
|
|
|
|
config UCLIBC_NG_REQUIRE_1_0_15_or_older
|
|
bool
|
|
|
|
config UCLIBC_NG_1_0_0_or_later
|
|
bool
|
|
|
|
config UCLIBC_NG_REQUIRE_1_0_0_or_later
|
|
bool
|
|
|
|
config UCLIBC_NG_REQUIRE_1_0_0_or_older
|
|
bool
|
|
|
|
config UCLIBC_NG_0_9_33_2_or_later
|
|
bool
|
|
|
|
config UCLIBC_NG_REQUIRE_0_9_33_2_or_later
|
|
bool
|
|
|
|
config UCLIBC_NG_REQUIRE_0_9_33_2_or_older
|
|
bool
|
|
|