mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
Merge.
This commit is contained in:
commit
8920a94354
@ -28,14 +28,6 @@ config LOAD
|
||||
Note: only the integer part of the load is allowed here (you can't enter
|
||||
0.75 for example).
|
||||
|
||||
config NICE
|
||||
int
|
||||
prompt "Nice level"
|
||||
default 0
|
||||
range 0 19
|
||||
help
|
||||
Renices the build process up.
|
||||
|
||||
config USE_PIPES
|
||||
bool
|
||||
prompt "Use -pipe"
|
||||
|
@ -97,9 +97,6 @@ CT_STAR_DATE_HUMAN=$(CT_DoDate +%Y%m%d.%H%M%S)
|
||||
# Log real begining of build, now
|
||||
CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}"
|
||||
|
||||
# renice oursleves
|
||||
CT_DoExecLog DEBUG renice ${CT_NICE} $$
|
||||
|
||||
CT_DoStep DEBUG "Dumping user-supplied crosstool-NG configuration"
|
||||
CT_DoExecLog DEBUG grep -E '^(# |)CT_' .config
|
||||
CT_EndStep
|
||||
|
Loading…
x
Reference in New Issue
Block a user