# # DO NOT EDIT! This file is automatically generated. # if EXPERIMENTAL choice bool "Source of musl" config MUSL_SRC_RELEASE bool "Released tarball" help Download a released tarball. config MUSL_SRC_DEVEL bool "Vendor repository" help Check out from vendor repository at: git://git.musl-libc.org/musl if MUSL_SRC_DEVEL config MUSL_DEVEL_VCS string default "git" config MUSL_DEVEL_URL string default "git://git.musl-libc.org/musl" config MUSL_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 MUSL_DEVEL_REVISION string "Revision/changeset" default "HEAD" help Commit ID or revision ID to check out. endif config MUSL_SRC_CUSTOM bool "Custom location" depends on EXPERIMENTAL help Custom directory or tarball. if MUSL_SRC_CUSTOM config MUSL_CUSTOM_LOCATION string "Custom source location" help Path to the directory or tarball with the sources. endif endchoice endif config MUSL_MIRRORS_ARRAY string default "http://www.musl-libc.org/releases" choice bool "Version of musl" help For a released version, select the version of musl 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 musl. config MUSL_VERY_NEW bool "newer than anything below" depends on EXPERIMENTAL depends on MUSL_SRC_DEVEL || MUSL_SRC_CUSTOM config MUSL_V_1_1_16 bool "1.1.16" config MUSL_V_1_1_15 bool "1.1.15 (OBSOLETE)" depends on OBSOLETE config MUSL_VERY_OLD bool "older than anything above" depends on OBSOLETE && EXPERIMENTAL depends on MUSL_SRC_DEVEL || MUSL_SRC_CUSTOM endchoice config MUSL_VERSION string default "1.1.16" if MUSL_V_1_1_16 default "1.1.15" if MUSL_V_1_1_15 default "unknown"