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>
65 lines
1.0 KiB
Plaintext
65 lines
1.0 KiB
Plaintext
#
|
|
# DO NOT EDIT! This file is automatically generated.
|
|
#
|
|
|
|
|
|
choice
|
|
bool "Source of elf2flt"
|
|
|
|
config ELF2FLT_SRC_DEVEL
|
|
bool "Vendor repository"
|
|
help
|
|
Check out from vendor repository at:
|
|
https://github.com/uclinux-dev/elf2flt.git
|
|
|
|
if ELF2FLT_SRC_DEVEL
|
|
|
|
config ELF2FLT_DEVEL_VCS
|
|
string
|
|
default "git"
|
|
|
|
config ELF2FLT_DEVEL_URL
|
|
string
|
|
default "https://github.com/uclinux-dev/elf2flt.git"
|
|
|
|
config ELF2FLT_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 ELF2FLT_DEVEL_REVISION
|
|
string "Revision/changeset"
|
|
default "6d80ab6c93409e796f85da404bde84b841231531"
|
|
help
|
|
Commit ID or revision ID to check out.
|
|
|
|
endif
|
|
|
|
config ELF2FLT_SRC_CUSTOM
|
|
bool "Custom location"
|
|
depends on EXPERIMENTAL
|
|
help
|
|
Custom directory or tarball.
|
|
|
|
if ELF2FLT_SRC_CUSTOM
|
|
|
|
config ELF2FLT_CUSTOM_LOCATION
|
|
string "Custom source location"
|
|
help
|
|
Path to the directory or tarball with the sources.
|
|
|
|
endif
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
|
|
config ELF2FLT_VERSION
|
|
string
|
|
default "unknown"
|
|
|
|
|