summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-20 00:15:34 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-20 00:15:34 (GMT)
commitf033ade4f819dad97cd187d9c0565c137384028c (patch)
tree5fbd08883192204fc9366b7d4d6ba9aa86cb2fbd /scripts/build
parent699de4c20c02ebf2564249809241e3f1e98d0057 (diff)
libc/glibc-common: log even more
Also log variable assignement for single commands. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/build')
-rw-r--r--scripts/build/libc/glibc-eglibc.sh-common4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/libc/glibc-eglibc.sh-common b/scripts/build/libc/glibc-eglibc.sh-common
index 24743b1..d2b6563 100644
--- a/scripts/build/libc/glibc-eglibc.sh-common
+++ b/scripts/build/libc/glibc-eglibc.sh-common
@@ -38,12 +38,12 @@ do_libc_start_files() {
# Pre-seed the configparms file with values from the config option
printf "${CT_LIBC_GLIBC_CONFIGPARMS}\n" > configparms
+ CT_DoExecLog CFG \
BUILD_CC="${CT_BUILD}-gcc" \
CC=${cross_cc} \
CXX=${cross_cxx} \
AR=${cross_ar} \
RANLIB=${cross_ranlib} \
- CT_DoExecLog CFG \
"${src_dir}/configure" \
--prefix=/usr \
--with-headers="${CT_HEADERS_DIR}" \
@@ -234,12 +234,12 @@ do_libc() {
# See also http://sources.redhat.com/ml/libc-alpha/2000-07/msg00024.html.
# Set BUILD_CC, or we won't be able to build datafiles
+ CT_DoExecLog CFG \
BUILD_CC="${CT_BUILD}-gcc" \
CFLAGS="${glibc_cflags}" \
CC="${CT_TARGET}-gcc ${CT_LIBC_EXTRA_CC_ARGS} ${extra_cc_args}" \
AR=${CT_TARGET}-ar \
RANLIB=${CT_TARGET}-ranlib \
- CT_DoExecLog CFG \
"${src_dir}/configure" \
--prefix=/usr \
--build=${CT_BUILD} \