diff options
Diffstat (limited to 'config/binutils/binutils.in.2')
-rw-r--r-- | config/binutils/binutils.in.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/binutils/binutils.in.2 b/config/binutils/binutils.in.2 index 336098b2..7a1291f9 100644 --- a/config/binutils/binutils.in.2 +++ b/config/binutils/binutils.in.2 @@ -11,13 +11,14 @@ choice config ELF2FLT_GIT bool prompt "git" + depends on CONFIGURE_has_git help Grab the latest version of elf2flt from the CVS repository config ELF2FLT_CUSTOM bool prompt "Custom elf2flt" - depends on EXPERIMENTAL + depends on EXPERIMENTAL || !CONFIGURE_has_git help The choosen elf2flt version shall be not downloaded. Instead use a custom location to get the source. |