mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
complibs: hide prompts
This commit is contained in:
parent
e743ae7d79
commit
99078431ad
@ -16,7 +16,6 @@ config WRAPPER_NEEDED
|
||||
|
||||
config GMP
|
||||
bool
|
||||
prompt "GMP"
|
||||
select COMPLIBS
|
||||
select WRAPPER_NEEDED
|
||||
help
|
||||
@ -34,7 +33,6 @@ config GMP
|
||||
|
||||
config MPFR
|
||||
bool
|
||||
prompt "MPFR"
|
||||
select GMP
|
||||
select COMPLIBS
|
||||
select WRAPPER_NEEDED
|
||||
@ -53,7 +51,6 @@ config MPFR
|
||||
|
||||
config PPL
|
||||
bool
|
||||
prompt "PPL"
|
||||
select GMP
|
||||
select MPFR
|
||||
select COMPLIBS
|
||||
@ -68,7 +65,6 @@ config PPL
|
||||
|
||||
config CLOOG
|
||||
bool
|
||||
prompt "GLooG/PPL"
|
||||
select GMP
|
||||
select MPFR
|
||||
select PPL
|
||||
@ -84,7 +80,6 @@ config CLOOG
|
||||
|
||||
config MPC
|
||||
bool
|
||||
prompt "MPC"
|
||||
select GMP
|
||||
select MPFR
|
||||
select PPL
|
||||
@ -102,7 +97,6 @@ config MPC
|
||||
|
||||
config LIBELF
|
||||
bool
|
||||
# prompt "libelf"
|
||||
select COMPLIBS
|
||||
select WRAPPER_NEEDED
|
||||
help
|
||||
|
Loading…
Reference in New Issue
Block a user