scripts/build/libc/glibc-eglibc.sh-common
branch1.11
changeset 2679 9fd11a562b78
parent 2314 9e1a17fdf363
child 2466 b7df125a1c78
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Mon Feb 21 19:27:28 2011 +0100
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Sat Sep 24 21:47:47 2011 +0200
     1.3 @@ -38,12 +38,12 @@
     1.4      # Pre-seed the configparms file with values from the config option
     1.5      printf "${CT_LIBC_GLIBC_CONFIGPARMS}\n" > configparms
     1.6  
     1.7 +    CT_DoExecLog CFG                                    \
     1.8      BUILD_CC="${CT_BUILD}-gcc"                          \
     1.9      CC=${cross_cc}                                      \
    1.10      CXX=${cross_cxx}                                    \
    1.11      AR=${cross_ar}                                      \
    1.12      RANLIB=${cross_ranlib}                              \
    1.13 -    CT_DoExecLog CFG                                    \
    1.14      "${src_dir}/configure"                              \
    1.15          --prefix=/usr                                   \
    1.16          --with-headers="${CT_HEADERS_DIR}"              \
    1.17 @@ -234,12 +234,12 @@
    1.18      # See also http://sources.redhat.com/ml/libc-alpha/2000-07/msg00024.html.
    1.19      # Set BUILD_CC, or we won't be able to build datafiles
    1.20  
    1.21 +    CT_DoExecLog CFG                                                \
    1.22      BUILD_CC="${CT_BUILD}-gcc"                                      \
    1.23      CFLAGS="${glibc_cflags}"                                        \
    1.24      CC="${CT_TARGET}-gcc ${CT_LIBC_EXTRA_CC_ARGS} ${extra_cc_args}" \
    1.25      AR=${CT_TARGET}-ar                                              \
    1.26      RANLIB=${CT_TARGET}-ranlib                                      \
    1.27 -    CT_DoExecLog CFG                                                \
    1.28      "${src_dir}/configure"                                          \
    1.29          --prefix=/usr                                               \
    1.30          --build=${CT_BUILD}                                         \