diff -r 5b2025372db7 -r 53d0a288209d scripts/build/libc/glibc-eglibc.sh-common --- a/scripts/build/libc/glibc-eglibc.sh-common Tue Nov 22 00:16:37 2011 +0100 +++ b/scripts/build/libc/glibc-eglibc.sh-common Tue Nov 22 00:51:37 2011 +0100 @@ -202,7 +202,7 @@ cross_cc=$(CT_Which "${CT_TARGET}-gcc") extra_cc_args+=" ${extra_flags}" - CT_DoLog DEBUG "Using gcc for target: '${cross_cc}'" + CT_DoLog DEBUG "Using gcc for target : '${cross_cc}'" CT_DoLog DEBUG "Configuring with addons : '$(do_libc_add_ons_list ,)'" CT_DoLog DEBUG "Extra config args passed: '${extra_config[*]}'" CT_DoLog DEBUG "Extra CC args passed : '${extra_cc_args}'" @@ -270,10 +270,10 @@ # use the 'install-headers' makefile target to install the # headers - CT_DoExecLog ALL make ${JOBSFLAGS} \ + CT_DoExecLog ALL make ${JOBSFLAGS} \ install_root=${CT_SYSROOT_DIR}${extra_dir} \ - install-bootstrap-headers=yes \ - "${extra_make_args[@]}" \ + install-bootstrap-headers=yes \ + "${extra_make_args[@]}" \ install-headers # For glibc, a few headers need to be manually installed @@ -312,7 +312,7 @@ CT_DoExecLog ALL make ${JOBSFLAGS} \ "${extra_make_args[@]}" \ csu/subdir_lib - CT_DoExecLog ALL cp csu/crt1.o csu/crti.o csu/crtn.o \ + CT_DoExecLog ALL cp csu/crt1.o csu/crti.o csu/crtn.o \ "${CT_SYSROOT_DIR}${extra_dir}/usr/lib" # Finally, 'libgcc_s.so' requires a 'libc.so' to link against. @@ -327,13 +327,13 @@ fi # threads == nptl else # libc_mode = final CT_DoLog EXTRA "Building C library" - CT_DoExecLog ALL make ${JOBSFLAGS} \ - "${extra_make_args[@]}" \ + CT_DoExecLog ALL make ${JOBSFLAGS} \ + "${extra_make_args[@]}" \ all CT_DoLog EXTRA "Installing C library" - CT_DoExecLog ALL make ${JOBSFLAGS} \ - "${extra_make_args[@]}" \ + CT_DoExecLog ALL make ${JOBSFLAGS} \ + "${extra_make_args[@]}" \ install_root="${CT_SYSROOT_DIR}${extra_dir}" \ install