scripts/build/libc/glibc-eglibc.sh-common
changeset 2824 53d0a288209d
parent 2823 5b2025372db7
child 2825 1c5ca9b0a5a0
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Tue Nov 22 00:16:37 2011 +0100
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Tue Nov 22 00:51:37 2011 +0100
     1.3 @@ -202,7 +202,7 @@
     1.4      cross_cc=$(CT_Which "${CT_TARGET}-gcc")
     1.5      extra_cc_args+=" ${extra_flags}"
     1.6  
     1.7 -    CT_DoLog DEBUG "Using gcc for target:     '${cross_cc}'"
     1.8 +    CT_DoLog DEBUG "Using gcc for target    : '${cross_cc}'"
     1.9      CT_DoLog DEBUG "Configuring with addons : '$(do_libc_add_ons_list ,)'"
    1.10      CT_DoLog DEBUG "Extra config args passed: '${extra_config[*]}'"
    1.11      CT_DoLog DEBUG "Extra CC args passed    : '${extra_cc_args}'"
    1.12 @@ -270,10 +270,10 @@
    1.13  
    1.14          # use the 'install-headers' makefile target to install the
    1.15          # headers
    1.16 -        CT_DoExecLog ALL make ${JOBSFLAGS}              \
    1.17 +        CT_DoExecLog ALL make ${JOBSFLAGS}                          \
    1.18                           install_root=${CT_SYSROOT_DIR}${extra_dir} \
    1.19 -                         install-bootstrap-headers=yes  \
    1.20 -                         "${extra_make_args[@]}"        \
    1.21 +                         install-bootstrap-headers=yes              \
    1.22 +                         "${extra_make_args[@]}"                    \
    1.23                           install-headers
    1.24  
    1.25          # For glibc, a few headers need to be manually installed
    1.26 @@ -312,7 +312,7 @@
    1.27              CT_DoExecLog ALL make ${JOBSFLAGS}  \
    1.28                          "${extra_make_args[@]}" \
    1.29                          csu/subdir_lib
    1.30 -            CT_DoExecLog ALL cp csu/crt1.o csu/crti.o csu/crtn.o \
    1.31 +            CT_DoExecLog ALL cp csu/crt1.o csu/crti.o csu/crtn.o    \
    1.32                                  "${CT_SYSROOT_DIR}${extra_dir}/usr/lib"
    1.33  
    1.34              # Finally, 'libgcc_s.so' requires a 'libc.so' to link against.
    1.35 @@ -327,13 +327,13 @@
    1.36          fi # threads == nptl
    1.37      else # libc_mode = final
    1.38          CT_DoLog EXTRA "Building C library"
    1.39 -        CT_DoExecLog ALL make ${JOBSFLAGS}                      \
    1.40 -                              "${extra_make_args[@]}"           \
    1.41 +        CT_DoExecLog ALL make ${JOBSFLAGS}              \
    1.42 +                              "${extra_make_args[@]}"   \
    1.43                                all
    1.44  
    1.45          CT_DoLog EXTRA "Installing C library"
    1.46 -        CT_DoExecLog ALL make ${JOBSFLAGS}                      \
    1.47 -                              "${extra_make_args[@]}"           \
    1.48 +        CT_DoExecLog ALL make ${JOBSFLAGS}                                  \
    1.49 +                              "${extra_make_args[@]}"                       \
    1.50                                install_root="${CT_SYSROOT_DIR}${extra_dir}"  \
    1.51                                install
    1.52