scripts/build/libc/newlib.sh
changeset 2352 3e4197f32a07
parent 2278 e86826b8621a
child 2647 cb0f31fe2535
     1.1 --- a/scripts/build/libc/newlib.sh	Sat Jan 22 22:36:20 2011 +0100
     1.2 +++ b/scripts/build/libc/newlib.sh	Sun Mar 20 01:13:05 2011 +0100
     1.3 @@ -85,11 +85,11 @@
     1.4      #   build  : not used
     1.5      #   host   : the machine building newlib
     1.6      #   target : the machine newlib runs on
     1.7 +    CT_DoExecLog CFG                                    \
     1.8      CC_FOR_BUILD="${CT_BUILD}-gcc"                      \
     1.9      CFLAGS_FOR_TARGET="${CT_TARGET_CFLAGS} -O"          \
    1.10      AR=${CT_TARGET}-ar                                  \
    1.11      RANLIB=${CT_TARGET}-ranlib                          \
    1.12 -    CT_DoExecLog CFG                                    \
    1.13      "${CT_SRC_DIR}/newlib-$(libc_newlib_version)/configure" \
    1.14          --host=${CT_BUILD}                              \
    1.15          --target=${CT_TARGET}                           \