From de5df0533c0bde20f08d788543feac6915a2a5f7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 27 May 2007 20:22:06 +0000 Subject: Merge the NPTL stuff. That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later... --- docs/overview.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'docs/overview.txt') diff --git a/docs/overview.txt b/docs/overview.txt index 1425ed69..7bc9f613 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -127,14 +127,27 @@ The list of steps is, in order of appearence in the build process: - kernel_check_config - kernel_headers - binutils + - cc_core_pass_1 - libc_headers - - cc_core + - libc_start_files + - cc_core_pass_2 - libfloat - libc - cc - libc_finish - debug +Alternatively, you can call make with the name of a step to just do that step: + make libc_headers +is equivalent to: + make RESTART=libs_headers STOP=libc_headers + +The shortcuts -step_name and step_name- allow to respectively stop or restart +at that step. Thus: + make -libc_headers make libc_headers- +are equivalent to: + make STOP=libc_headers make RESTART=libc_headers + ____________________________ / Configuring crosstool-NG / -- cgit v1.2.3