mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-30 08:03:59 +00:00
106 lines
2.0 KiB
Plaintext
106 lines
2.0 KiB
Plaintext
|
#
|
||
|
# DO NOT EDIT! This file is automatically generated.
|
||
|
#
|
||
|
|
||
|
|
||
|
if EXPERIMENTAL
|
||
|
choice
|
||
|
bool "Source of glibc-ports"
|
||
|
|
||
|
config GLIBC_PORTS_SRC_RELEASE
|
||
|
bool "Released tarball"
|
||
|
help
|
||
|
Download a released tarball.
|
||
|
|
||
|
config GLIBC_PORTS_SRC_DEVEL
|
||
|
bool "Vendor repository"
|
||
|
help
|
||
|
Check out from vendor repository at:
|
||
|
git://sourceware.org/git/glibc-ports.git
|
||
|
|
||
|
if GLIBC_PORTS_SRC_DEVEL
|
||
|
|
||
|
config GLIBC_PORTS_DEVEL_VCS
|
||
|
string
|
||
|
default "git"
|
||
|
|
||
|
config GLIBC_PORTS_DEVEL_URL
|
||
|
string
|
||
|
default "git://sourceware.org/git/glibc-ports.git"
|
||
|
|
||
|
config GLIBC_PORTS_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 GLIBC_PORTS_DEVEL_REVISION
|
||
|
string "Revision/changeset"
|
||
|
default "HEAD"
|
||
|
help
|
||
|
Commit ID or revision ID to check out.
|
||
|
|
||
|
endif
|
||
|
|
||
|
config GLIBC_PORTS_SRC_CUSTOM
|
||
|
bool "Custom location"
|
||
|
depends on EXPERIMENTAL
|
||
|
help
|
||
|
Custom directory or tarball.
|
||
|
|
||
|
if GLIBC_PORTS_SRC_CUSTOM
|
||
|
|
||
|
config GLIBC_PORTS_CUSTOM_LOCATION
|
||
|
string "Custom source location"
|
||
|
help
|
||
|
Path to the directory or tarball with the sources.
|
||
|
|
||
|
endif
|
||
|
|
||
|
endchoice
|
||
|
endif
|
||
|
|
||
|
config GLIBC_PORTS_MIRRORS_ARRAY
|
||
|
string
|
||
|
default "https://ftp.gnu.org/gnu/glibc http://ftp.gnu.org/gnu/glibc ftp://ftp.gnu.org/gnu/glibc ftp://sourceware.org/pub/glibc/releases ftp://gcc.gnu.org/pub/glibc/releases"
|
||
|
|
||
|
|
||
|
config GLIBC_PORTS_V_2_16_0
|
||
|
def_bool y
|
||
|
depends on GLIBC_V_2_16_0
|
||
|
|
||
|
config GLIBC_PORTS_V_2_15
|
||
|
def_bool y
|
||
|
depends on GLIBC_V_2_15
|
||
|
|
||
|
config GLIBC_PORTS_V_2_14_1
|
||
|
def_bool y
|
||
|
depends on GLIBC_V_2_14_1
|
||
|
|
||
|
config GLIBC_PORTS_V_2_14
|
||
|
def_bool y
|
||
|
depends on GLIBC_V_2_14
|
||
|
|
||
|
config GLIBC_PORTS_V_2_13
|
||
|
def_bool y
|
||
|
depends on GLIBC_V_2_13
|
||
|
|
||
|
config GLIBC_PORTS_V_2_12_1
|
||
|
def_bool y
|
||
|
depends on GLIBC_V_2_12_1
|
||
|
|
||
|
|
||
|
|
||
|
config GLIBC_PORTS_VERSION
|
||
|
string
|
||
|
default "2.16.0" if GLIBC_PORTS_V_2_16_0
|
||
|
default "2.15" if GLIBC_PORTS_V_2_15
|
||
|
default "2.14.1" if GLIBC_PORTS_V_2_14_1
|
||
|
default "2.14" if GLIBC_PORTS_V_2_14
|
||
|
default "2.13" if GLIBC_PORTS_V_2_13
|
||
|
default "2.12.1" if GLIBC_PORTS_V_2_12_1
|
||
|
default "unknown"
|
||
|
|
||
|
|