From 70659870b73947273ee646151faa99dfa15beec3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 17 Jul 2011 18:01:28 +0200 Subject: libc/newlib: build newlib in the proper step Currently, newlib is built in the start_file step, which is wrong, but was needed when the baremetal integration was... well, 'unfinished'. Now that we build the baremetal compiler from the final cc step, and a proper core gcc in pass-1 and pass-2, we can move the newlib build to the step do_libc, where it belongs. Signed-off-by: "Yann E. MORIN" diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh index 2188691..3907d7b 100644 --- a/scripts/build/libc/newlib.sh +++ b/scripts/build/libc/newlib.sh @@ -49,6 +49,10 @@ do_libc_check_config() { } do_libc_start_files() { + : +} + +do_libc() { local -a newlib_opts CT_DoStep INFO "Installing C library" @@ -128,10 +132,6 @@ do_libc_start_files() { CT_EndStep } -do_libc() { - : -} - do_libc_finish() { CT_DoStep INFO "Finishing C library" -- cgit v0.10.2-6-g49f6