summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/global.in11
-rw-r--r--config/target.in5
2 files changed, 11 insertions, 5 deletions
diff --git a/config/global.in b/config/global.in
index fda034d..f487a8b 100644
--- a/config/global.in
+++ b/config/global.in
@@ -238,15 +238,16 @@ config LOG_LEVEL_MAX
config LOG_SEE_TOOLS_WARN
bool
- prompt "See warnings from the tool builds"
+ prompt "Warnings from the tool builds as CT warnings"
default n
depends on ! LOG_ERROR
help
- If you say Y here, then you will see the warning lines from the
- components builds.
+ Treat warnings fron the different tools as crosstool warnings.
+ If you say 'y' here, then those warnings will be prefixed with
+ '[WARN ]' instead of the default '[ALL ]'.
- It should suffice to say N here, as those will anyway be visible
- in the log file (if you want one).
+ You can safely say 'n' here. Those warnings will anyway be
+ recorded in the log file (provided you configured one).
config LOG_PROGRESS_BAR
bool
diff --git a/config/target.in b/config/target.in
index afce5b8..b192d85 100644
--- a/config/target.in
+++ b/config/target.in
@@ -205,6 +205,11 @@ config ARCH_FLOAT_SW_LIBFLOAT
You should check gcc before deciding to use libfloat.
+config LIBFLOAT_VERSION
+ string
+ default "990616.orig"
+ depends on ARCH_FLOAT_SW_LIBFLOAT
+
config TARGET_CFLAGS
string
prompt "Target CFLAGS"