diff -r e86826b8621a -r 3e4197f32a07 scripts/build/libc/newlib.sh --- a/scripts/build/libc/newlib.sh Sat Jan 22 22:36:20 2011 +0100 +++ b/scripts/build/libc/newlib.sh Sun Mar 20 01:13:05 2011 +0100 @@ -85,11 +85,11 @@ # build : not used # host : the machine building newlib # target : the machine newlib runs on + CT_DoExecLog CFG \ CC_FOR_BUILD="${CT_BUILD}-gcc" \ CFLAGS_FOR_TARGET="${CT_TARGET_CFLAGS} -O" \ AR=${CT_TARGET}-ar \ RANLIB=${CT_TARGET}-ranlib \ - CT_DoExecLog CFG \ "${CT_SRC_DIR}/newlib-$(libc_newlib_version)/configure" \ --host=${CT_BUILD} \ --target=${CT_TARGET} \