mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
configure: do not require cvs
cvs is used to get newlib directly from its repository. Missing cvs will only allow getting newlib from the released tarballs. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
b8dc6fb232
commit
76bfe6ef36
@ -29,6 +29,7 @@ config LIBC_NEWLIB_V_1_17_0
|
||||
config LIBC_NEWLIB_CVS
|
||||
bool
|
||||
prompt "Use CVS snapshot"
|
||||
depends on CONFIGURE_has_cvs
|
||||
help
|
||||
The newlib "team" rolls new releases about once a year (december).
|
||||
This is quite a long time between releases, in case code was fixed.
|
||||
|
4
configure
vendored
4
configure
vendored
@ -446,7 +446,6 @@ has_or_abort prog=libtool
|
||||
err="'libtool' 1.5.26 or above was not found"
|
||||
has_or_abort prog=stat
|
||||
has_or_abort prog="curl wget"
|
||||
has_or_abort prog=cvs
|
||||
has_or_abort prog=patch
|
||||
has_or_abort prog=tar
|
||||
has_or_abort prog=gzip
|
||||
@ -457,6 +456,9 @@ has_or_abort prog=objcopy var=objcopy
|
||||
has_or_abort prog=objdump var=objdump
|
||||
has_or_abort prog=readelf var=readelf
|
||||
has_or_abort prog=patch var=patch
|
||||
has_or_warn prog=cvs \
|
||||
kconfig=has_cvs \
|
||||
err="it will not be possible to use newlib cvs snapshots"
|
||||
|
||||
# Host system checks
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user