buildit.sh: copypasta

This commit is contained in:
Bernhard Urban 2011-09-07 16:13:03 +02:00 committed by dhewg
parent e1dade6328
commit 971bb43e64

View File

@ -110,7 +110,7 @@ buildgcc() {
--enable-checking=release && \ --enable-checking=release && \
nice $MAKE $MAKEOPTS && \ nice $MAKE $MAKEOPTS && \
$MAKE install $MAKE install
) || die "Error building binutils for target $TARGET" ) || die "Error building gcc for target $TARGET"
} }
buildarm() { buildarm() {