scripts/build/libc_uClibc.sh
changeset 211 27d24ec8273a
parent 164 e78c0b2bc057
child 212 bdd97239e6b1
     1.1 --- a/scripts/build/libc_uClibc.sh	Sat Jun 16 21:44:45 2007 +0000
     1.2 +++ b/scripts/build/libc_uClibc.sh	Sat Jul 07 16:11:17 2007 +0000
     1.3 @@ -120,8 +120,7 @@
     1.4      # We do _not_ want to strip anything for now, in case we specifically
     1.5      # asked for a debug toolchain, thus the STRIPTOOL= assignment
     1.6      CT_DoLog EXTRA "Building C library"
     1.7 -    make ${PARALLELMFLAGS}              \
     1.8 -         CROSS=${CT_TARGET}-            \
     1.9 +    make CROSS=${CT_TARGET}-            \
    1.10           PREFIX="${CT_SYSROOT_DIR}/"    \
    1.11           STRIPTOOL=true                 \
    1.12           all                            2>&1 |CT_DoLog ALL