diff -r e86826b8621a -r 90595d1c1017 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 Thu May 19 22:29:49 2011 +0200 @@ -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} \